Html Css Color HEX #0C9F4F Pigment Green

📋 copy color: '#0C9F4F'

red 12 ◦ green 159 ◦ blue 79

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

Shades of Pigment Green #0C9F4F

Tints of Pigment Green #0C9F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.6%

R = 4.8%
G = 63.6%
B = 31.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#0C9F4F (or 0x0C9F4F) is known color: Pigment Green. HEX triplet: 0C, 9F and 4F. RGB value is (12,159,79). Sum of RGB (Red+Green+Blue) = 12+159+79=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 159 (62.5% from 255 or 63.6% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9F4F is #F360B0. Grayscale: #6A6A6A. Windows color (decimal): -15950001 or 5218060. OLE color: 5218060.

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

Color convert

RGB 12 159 79 -
CMYK 0.92 0 0.50 0.38
HSL 147.35º 0.86% 0.34% -
HSV(B) 147.35º 0.92% 0.62% -
XYZ 13.96 25.44 11.57 -
YUV 105.93 112.8 61 -
System Red Green Blue C M Y K H S L
Decimal 12 159 79 0.92 0 0.50 0.38 147.35 0.86 0.34
Hex C 9F 4F 5C 0 32 26 93 56 22
Octal 14 237 117 134 0 62 46 223 126 42
Binary 1100 10011111 1001111 1011100 0 110010 100110 10010011 1010110 100010

Color Harmonies of #0C9F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9F4F

Black with #0C9F4F

Text Example


Text Example

White with #0C9F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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