Html Css Color HEX #0C9F4E Pigment Green

📋 copy color: '#0C9F4E'

red 12 ◦ green 159 ◦ blue 78

#0C9F4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0C9F4E

Tints of Pigment Green #0C9F4E

RGB

 RED value IS 12 (5.08% from 255) = 4.82%

 GREEN value IS 159 (62.5% from 255) = 63.86%

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 4.82%
G = 63.86%
B = 31.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#0C9F4E (or 0x0C9F4E) is known color: Pigment Green. HEX triplet: 0C, 9F and 4E. RGB value is (12,159,78). Sum of RGB (Red+Green+Blue) = 12+159+78=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 159 (62.5% from 255 or 63.86% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9F4E is #F360B1. Grayscale: #696969. Windows color (decimal): -15950002 or 5152524. OLE color: 5152524.

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

Color convert

RGB 12 159 78 -
CMYK 0.92 0 0.51 0.38
HSL 146.94º 0.86% 0.34% -
HSV(B) 146.94º 0.92% 0.62% -
XYZ 13.92 25.42 11.38 -
YUV 105.81 112.3 61.09 -
System Red Green Blue C M Y K H S L
Decimal 12 159 78 0.92 0 0.51 0.38 146.94 0.86 0.34
Hex C 9F 4E 5C 0 33 26 93 56 22
Octal 14 237 116 134 0 63 46 223 126 42
Binary 1100 10011111 1001110 1011100 0 110011 100110 10010011 1010110 100010

Color Harmonies of #0C9F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9F4E

Black with #0C9F4E

Text Example


Text Example

White with #0C9F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C9F4E;
 }
 .AnyTagClassName
 {
   color: #0C9F4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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