#0BB45A

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

Shades of Pigment Green #0BB45A

Tints of Pigment Green #0BB45A

Color information

#0BB45A (or 0x0BB45A) is unknown color: approx Pigment Green. HEX triplet: 0B, B4 and 5A. RGB value is (11,180,90). Sum of RGB (Red+Green+Blue) = 11+180+90=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB45A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB45A is #F44BA5. Grayscale: #777777. Windows color (decimal): -16010150 or 5944331. OLE color: 5944331.

HSL color Cylindrical-coordinate representation of color #0BB45A: hue angle of 148.05º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB45A is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1118090-
CMYK0.9400.500.29
HSL148.05º88.48%37.45%-
HSV(B)148.05º93.89%70.59%-
XYZ18.333.4515.16-
YUV119.21111.5150.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.91%
GREEN value IS 180 (70.70% from 255) = 64.06%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=3.91%
G=64.06%
B=32.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11180900.9400.500.29148.0588.4837.45
HexBB45A5E0321D945825
Octal132641321360623522413045
Binary10111011010010110101011110011001011101100101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,180,90); }

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

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

 a { background-color: rgb(11,180,90); }

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

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

 span { border-color: rgb(11,180,90); }

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