#0C9952

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

Shades of Pigment Green #0C9952

Tints of Pigment Green #0C9952

Color information

#0C9952 (or 0x0C9952) is unknown color: approx Pigment Green. HEX triplet: 0C, 99 and 52. RGB value is (12,153,82). Sum of RGB (Red+Green+Blue) = 12+153+82=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9952 is #F366AD. Grayscale: #666666. Windows color (decimal): -15951534 or 5413132. OLE color: 5413132.

HSL color Cylindrical-coordinate representation of color #0C9952: hue angle of 149.79º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9952 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1215382-
CMYK0.9200.460.4
HSL149.79º85.45%32.35%-
HSV(B)149.79º92.16%60%-
XYZ13.0723.4711.82-
YUV102.75116.2963.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 153 (60.16% from 255) = 61.94%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=4.86%
G=61.94%
B=33.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12153820.9200.460.4149.7985.4532.35
HexC99525C02E28965520
Octal142311221340565022612540
Binary110010011001101001010111000101110101000100101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,153,82); }

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

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

 a { background-color: rgb(12,153,82); }

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

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

 span { border-color: rgb(12,153,82); }

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