#0C953C

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

Shades of Pigment Green #0C953C

Tints of Pigment Green #0C953C

Color information

#0C953C (or 0x0C953C) is unknown color: approx Pigment Green. HEX triplet: 0C, 95 and 3C. RGB value is (12,149,60). Sum of RGB (Red+Green+Blue) = 12+149+60=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #0C953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C953C is #F36AC3. Grayscale: #626262. Windows color (decimal): -15952580 or 3970316. OLE color: 3970316.

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

Color convert

RGB1214960-
CMYK0.9200.600.42
HSL141.02º85.09%31.57%-
HSV(B)141.02º91.95%58.43%-
XYZ11.7121.97.88-
YUV97.89106.6166.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 149 (58.59% from 255) = 67.42%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=5.43%
G=67.42%
B=27.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149600.9200.600.42141.0285.0931.57
HexC953C5C03C2A8d5520
Octal14225741340745221512540
Binary11001001010111110010111000111100101010100011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,149,60); }

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

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

 a { background-color: rgb(12,149,60); }

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

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

 span { border-color: rgb(12,149,60); }

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