#0CB24F

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

Shades of Pigment Green #0CB24F

Tints of Pigment Green #0CB24F

Color information

#0CB24F (or 0x0CB24F) is unknown color: approx Pigment Green. HEX triplet: 0C, B2 and 4F. RGB value is (12,178,79). Sum of RGB (Red+Green+Blue) = 12+178+79=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 178 (69.92% from 255 or 66.17% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB24F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB24F is #F34DB0. Grayscale: #757575. Windows color (decimal): -15945137 or 5222924. OLE color: 5222924.

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

Color convert

RGB1217879-
CMYK0.9300.560.30
HSL144.22º87.37%37.25%-
HSV(B)144.22º93.26%69.8%-
XYZ17.4832.4812.75-
YUV117.08106.553.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.46%
GREEN value IS 178 (69.92% from 255) = 66.17%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=4.46%
G=66.17%
B=29.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12178790.9300.560.30144.2287.3737.25
HexCB24F5D0381E905725
Octal142621171350703622012745
Binary11001011001010011111011101011100011110100100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,178,79); }

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

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

 a { background-color: rgb(12,178,79); }

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

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

 span { border-color: rgb(12,178,79); }

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