Html Css Color HEX #0C9F41 Pigment Green

📋 copy color: '#0C9F41'

red 12 ◦ green 159 ◦ blue 65

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

Shades of Pigment Green #0C9F41

Tints of Pigment Green #0C9F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 5.08%
G = 67.37%
B = 27.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#0C9F41 (or 0x0C9F41) is known color: Pigment Green. HEX triplet: 0C, 9F and 41. RGB value is (12,159,65). Sum of RGB (Red+Green+Blue) = 12+159+65=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 159 (62.5% from 255 or 67.37% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9F41 is #F360BE. Grayscale: #686868. Windows color (decimal): -15950015 or 4300556. OLE color: 4300556.

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

Color convert

RGB 12 159 65 -
CMYK 0.92 0 0.59 0.38
HSL 141.63º 0.86% 0.34% -
HSV(B) 141.63º 0.92% 0.62% -
XYZ 13.5 25.26 9.16 -
YUV 104.33 105.8 62.14 -
System Red Green Blue C M Y K H S L
Decimal 12 159 65 0.92 0 0.59 0.38 141.63 0.86 0.34
Hex C 9F 41 5C 0 3B 26 8E 56 22
Octal 14 237 101 134 0 73 46 216 126 42
Binary 1100 10011111 1000001 1011100 0 111011 100110 10001110 1010110 100010

Color Harmonies of #0C9F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9F41

Black with #0C9F41

Text Example


Text Example

White with #0C9F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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