#0caf59

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

Shades of Pigment Green #0CAF59

Tints of Pigment Green #0CAF59

Color information

#0CAF59 (or 0x0CAF59) is unknown color: approx Pigment Green. HEX triplet: 0C, AF and 59. RGB value is (12,175,89). Sum of RGB (Red+Green+Blue) = 12+175+89=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF59 is #F350A6. Grayscale: #747474. Windows color (decimal): -15945895 or 5877516. OLE color: 5877516.

HSL color Cylindrical-coordinate representation of color #0CAF59: hue angle of 148.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF59 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1217589-
CMYK0.9300.490.31
HSL148.34º87.17%36.67%-
HSV(B)148.34º93.14%68.63%-
XYZ17.2831.4614.61-
YUV116.46112.553.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 175 (68.75% from 255) = 63.41%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=4.35%
G=63.41%
B=32.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12175890.9300.490.31148.3487.1736.67
HexCAF595D0311F945725
Octal142571311350613722412745
Binary11001010111110110011011101011000111111100101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0caf59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,175,89); }

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

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

 a { background-color: rgb(12,175,89); }

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

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

 span { border-color: rgb(12,175,89); }

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