#0FAB52

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

Shades of Pigment Green #0FAB52

Tints of Pigment Green #0FAB52

Color information

#0FAB52 (or 0x0FAB52) is unknown color: approx Pigment Green. HEX triplet: 0F, AB and 52. RGB value is (15,171,82). Sum of RGB (Red+Green+Blue) = 15+171+82=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB52 is #F054AD. Grayscale: #727272. Windows color (decimal): -15750318 or 5417743. OLE color: 5417743.

HSL color Cylindrical-coordinate representation of color #0FAB52: hue angle of 145.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB52 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1517182-
CMYK0.9100.520.33
HSL145.77º83.87%36.47%-
HSV(B)145.77º91.23%67.06%-
XYZ16.2829.8412.88-
YUV114.21109.8257.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.60%
GREEN value IS 171 (67.19% from 255) = 63.81%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=5.60%
G=63.81%
B=30.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15171820.9100.520.33145.7783.8736.47
HexFAB525B03421925424
Octal172531221330644122212444
Binary111110101011101001010110110110100100001100100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,171,82); }

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

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

 a { background-color: rgb(15,171,82); }

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

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

 span { border-color: rgb(15,171,82); }

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