Html Css Color HEX #0C8C0C Green

📋 copy color: '#0C8C0C'

red 12 ◦ green 140 ◦ blue 12

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

Shades of Green #0C8C0C

Tints of Green #0C8C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 85.37%

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 7.32%
G = 85.37%
B = 7.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#0C8C0C (or 0x0C8C0C) is known color: Green. HEX triplet: 0C, 8C and 0C. RGB value is (12,140,12). Sum of RGB (Red+Green+Blue) = 12+140+12=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 140 (55.08% from 255 or 85.37% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 140 - color contains mainly: green. Hex color #0C8C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8C0C is #F373F3. Grayscale: #575757. Windows color (decimal): -15954932 or 822284. OLE color: 822284.

HSL color Cylindrical-coordinate representation of color #0C8C0C: hue angle of 120º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8C0C is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 140 12 -
CMYK 0.91 0 0.91 0.45
HSL 120º 0.84% 0.3% -
HSV(B) 120º 0.91% 0.55% -
XYZ 9.6 18.86 3.48 -
YUV 87.14 85.59 74.41 -
System Red Green Blue C M Y K H S L
Decimal 12 140 12 0.91 0 0.91 0.45 120 0.84 0.3
Hex C 8C C 5B 0 5B 2D 78 54 1E
Octal 14 214 14 133 0 133 55 170 124 36
Binary 1100 10001100 1100 1011011 0 1011011 101101 1111000 1010100 11110

Color Harmonies of #0C8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8C0C

Black with #0C8C0C

Text Example


Text Example

White with #0C8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,140,12); }

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

background-color css

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

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

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

border-color css

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

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

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