#0CB24A

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

Shades of Pigment Green #0CB24A

Tints of Pigment Green #0CB24A

Color information

#0CB24A (or 0x0CB24A) is unknown color: approx Pigment Green. HEX triplet: 0C, B2 and 4A. RGB value is (12,178,74). Sum of RGB (Red+Green+Blue) = 12+178+74=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 178 (69.92% from 255 or 67.42% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB24A is #F34DB5. Grayscale: #747474. Windows color (decimal): -15945142 or 4895244. OLE color: 4895244.

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

Color convert

RGB1217874-
CMYK0.9300.580.30
HSL142.41º87.37%37.25%-
HSV(B)142.41º93.26%69.8%-
XYZ17.3132.4111.82-
YUV116.5110453.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.55%
GREEN value IS 178 (69.92% from 255) = 67.42%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=4.55%
G=67.42%
B=28.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12178740.9300.580.30142.4187.3737.25
HexCB24A5D03A1E8e5725
Octal142621121350723621612745
Binary11001011001010010101011101011101011110100011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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