Html Css Color HEX #0C9136 Pigment Green

📋 copy color: '#0C9136'

red 12 ◦ green 145 ◦ blue 54

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

Shades of Pigment Green #0C9136

Tints of Pigment Green #0C9136

RGB

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

 GREEN value IS 145 (57.03% from 255) = 68.72%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 5.69%
G = 68.72%
B = 25.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#0C9136 (or 0x0C9136) is known color: Pigment Green. HEX triplet: 0C, 91 and 36. RGB value is (12,145,54). Sum of RGB (Red+Green+Blue) = 12+145+54=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9136 is #F36EC9. Grayscale: #5F5F5F. Windows color (decimal): -15953610 or 3576076. OLE color: 3576076.

HSL color Cylindrical-coordinate representation of color #0C9136: hue angle of 138.95º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9136 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 145 54 -
CMYK 0.92 0 0.63 0.43
HSL 138.95º 0.85% 0.31% -
HSV(B) 138.95º 0.92% 0.57% -
XYZ 10.94 20.6 6.89 -
YUV 94.86 104.94 68.9 -
System Red Green Blue C M Y K H S L
Decimal 12 145 54 0.92 0 0.63 0.43 138.95 0.85 0.31
Hex C 91 36 5C 0 3F 2B 8B 55 1F
Octal 14 221 66 134 0 77 53 213 125 37
Binary 1100 10010001 110110 1011100 0 111111 101011 10001011 1010101 11111

Color Harmonies of #0C9136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9136

Black with #0C9136

Text Example


Text Example

White with #0C9136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,145,54); }

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

background-color css

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

 a { background-color: rgb(12,145,54); }

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

border-color css

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

 span { border-color: rgb(12,145,54); }

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