#0C954A

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

Shades of Pigment Green #0C954A

Tints of Pigment Green #0C954A

Color information

#0C954A (or 0x0C954A) is unknown color: approx Pigment Green. HEX triplet: 0C, 95 and 4A. RGB value is (12,149,74). Sum of RGB (Red+Green+Blue) = 12+149+74=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #0C954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C954A is #F36AB5. Grayscale: #636363. Windows color (decimal): -15952566 or 4887820. OLE color: 4887820.

HSL color Cylindrical-coordinate representation of color #0C954A: hue angle of 147.15º 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 #0C954A is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1214974-
CMYK0.9200.500.42
HSL147.15º85.09%31.57%-
HSV(B)147.15º91.95%58.43%-
XYZ12.1422.0710.1-
YUV99.49113.6165.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 149 (58.59% from 255) = 63.40%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=5.11%
G=63.40%
B=31.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149740.9200.500.42147.1585.0931.57
HexC954A5C0322A935520
Octal142251121340625222312540
Binary110010010101100101010111000110010101010100100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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