#0C9F4A

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

Shades of Pigment Green #0C9F4A

Tints of Pigment Green #0C9F4A

Color information

#0C9F4A (or 0x0C9F4A) is unknown color: approx Pigment Green. HEX triplet: 0C, 9F and 4A. RGB value is (12,159,74). Sum of RGB (Red+Green+Blue) = 12+159+74=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 159 (62.5% from 255 or 64.90% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9F4A is #F360B5. Grayscale: #696969. Windows color (decimal): -15950006 or 4890380. OLE color: 4890380.

HSL color Cylindrical-coordinate representation of color #0C9F4A: hue angle of 145.31º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F4A is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1215974-
CMYK0.9200.530.38
HSL145.31º85.96%33.53%-
HSV(B)145.31º92.45%62.35%-
XYZ13.7925.3710.65-
YUV105.36110.361.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 159 (62.5% from 255) = 64.90%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=4.90%
G=64.90%
B=30.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12159740.9200.530.38145.3185.9633.53
HexC9F4A5C03526915622
Octal142371121340654622112642
Binary110010011111100101010111000110101100110100100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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