#0BAA56

Color #0BAA56 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0BAA56

Tints of Pigment Green #0BAA56

Color information

#0BAA56 (or 0x0BAA56) is unknown color: approx Pigment Green. HEX triplet: 0B, AA and 56. RGB value is (11,170,86). Sum of RGB (Red+Green+Blue) = 11+170+86=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA56 is #F455A9. Grayscale: #717171. Windows color (decimal): -16012714 or 5679627. OLE color: 5679627.

HSL color Cylindrical-coordinate representation of color #0BAA56: hue angle of 148.3º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA56 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1117086-
CMYK0.9400.490.33
HSL148.3º87.85%35.49%-
HSV(B)148.3º93.53%66.67%-
XYZ16.1929.4913.64-
YUV112.88112.8255.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.12%
GREEN value IS 170 (66.80% from 255) = 63.67%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=4.12%
G=63.67%
B=32.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11170860.9400.490.33148.387.8535.49
HexBAA565E03121945823
Octal132521261360614122413043
Binary101110101010101011010111100110001100001100101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BAA56; }

 p { color: rgb(11,170,86); }

 H1.HeaderClassName
 {
   color: #0BAA56;
 }
 .AnyTagClassName
 {
   color: #0BAA56;
 }
</style>
background-color css

<style>
 a { background-color: #0BAA56; }

 a { background-color: rgb(11,170,86); }

 div.DivClassName
 {
   background-color: #0BAA56;
 }
 .BgClassName
 {
   background-color: #0BAA56;
 }
</style>
border-color css

<style>
 span { border-color: #0BAA56; }

 span { border-color: rgb(11,170,86); }

 td.TdClassName
 {
   border-color: #0BAA56;
 }
 .TagClassName
 {
   border-color: #0BAA56;
 }
</style>