Html Css Color HEX #0C8912 Green

📋 copy color: '#0C8912'

red 12 ◦ green 137 ◦ blue 18

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

Shades of Green #0C8912

Tints of Green #0C8912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 82.04%

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 7.19%
G = 82.04%
B = 10.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#0C8912 (or 0x0C8912) is known color: Green. HEX triplet: 0C, 89 and 12. RGB value is (12,137,18). Sum of RGB (Red+Green+Blue) = 12+137+18=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8912 is #F376ED. Grayscale: #565656. Windows color (decimal): -15955694 or 1214732. OLE color: 1214732.

HSL color Cylindrical-coordinate representation of color #0C8912: hue angle of 122.88º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8912 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 137 18 -
CMYK 0.91 0 0.87 0.46
HSL 122.88º 0.84% 0.29% -
HSV(B) 122.88º 0.91% 0.54% -
XYZ 9.21 18.01 3.56 -
YUV 86.06 89.59 75.18 -
System Red Green Blue C M Y K H S L
Decimal 12 137 18 0.91 0 0.87 0.46 122.88 0.84 0.29
Hex C 89 12 5B 0 57 2E 7B 54 1D
Octal 14 211 22 133 0 127 56 173 124 35
Binary 1100 10001001 10010 1011011 0 1010111 101110 1111011 1010100 11101

Color Harmonies of #0C8912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8912

Black with #0C8912

Text Example


Text Example

White with #0C8912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,137,18); }

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

background-color css

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

 a { background-color: rgb(12,137,18); }

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

border-color css

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

 span { border-color: rgb(12,137,18); }

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