Html Css Color HEX #0C9451 Pigment Green

📋 copy color: '#0C9451'

red 12 ◦ green 148 ◦ blue 81

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

Shades of Pigment Green #0C9451

Tints of Pigment Green #0C9451

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.41%

 BLUE value IS 81 (32.03% from 255) = 33.61%

R = 4.98%
G = 61.41%
B = 33.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#0C9451 (or 0x0C9451) is known color: Pigment Green. HEX triplet: 0C, 94 and 51. RGB value is (12,148,81). Sum of RGB (Red+Green+Blue) = 12+148+81=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9451 is #F36BAE. Grayscale: #636363. Windows color (decimal): -15952815 or 5346316. OLE color: 5346316.

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

Color convert

RGB 12 148 81 -
CMYK 0.92 0 0.45 0.42
HSL 150.44º 0.85% 0.31% -
HSV(B) 150.44º 0.92% 0.58% -
XYZ 12.23 21.85 11.36 -
YUV 99.7 117.44 65.45 -
System Red Green Blue C M Y K H S L
Decimal 12 148 81 0.92 0 0.45 0.42 150.44 0.85 0.31
Hex C 94 51 5C 0 2D 2A 96 55 1F
Octal 14 224 121 134 0 55 52 226 125 37
Binary 1100 10010100 1010001 1011100 0 101101 101010 10010110 1010101 11111

Color Harmonies of #0C9451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9451

Black with #0C9451

Text Example


Text Example

White with #0C9451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,148,81); }

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

background-color css

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

 a { background-color: rgb(12,148,81); }

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

border-color css

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

 span { border-color: rgb(12,148,81); }

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