#0CAF53

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

Shades of Pigment Green #0CAF53

Tints of Pigment Green #0CAF53

Color information

#0CAF53 (or 0x0CAF53) is unknown color: approx Pigment Green. HEX triplet: 0C, AF and 53. RGB value is (12,175,83). Sum of RGB (Red+Green+Blue) = 12+175+83=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF53 is #F350AC. Grayscale: #737373. Windows color (decimal): -15945901 or 5484300. OLE color: 5484300.

HSL color Cylindrical-coordinate representation of color #0CAF53: hue angle of 146.13º 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 #0CAF53 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1217583-
CMYK0.9300.530.31
HSL146.13º87.17%36.67%-
HSV(B)146.13º93.14%68.63%-
XYZ17.0431.3613.34-
YUV115.78109.553.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.44%
GREEN value IS 175 (68.75% from 255) = 64.81%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=4.44%
G=64.81%
B=30.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12175830.9300.530.31146.1387.1736.67
HexCAF535D0351F925725
Octal142571231350653722212745
Binary11001010111110100111011101011010111111100100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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