Html Css Color HEX #0C850C Green

📋 copy color: '#0C850C'

red 12 ◦ green 133 ◦ blue 12

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

Shades of Green #0C850C

Tints of Green #0C850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 84.71%

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

R = 7.64%
G = 84.71%
B = 7.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#0C850C (or 0x0C850C) is known color: Green. HEX triplet: 0C, 85 and 0C. RGB value is (12,133,12). Sum of RGB (Red+Green+Blue) = 12+133+12=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 133 (52.34% from 255 or 84.71% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 133 - color contains mainly: green. Hex color #0C850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C850C is #F37AF3. Grayscale: #535353. Windows color (decimal): -15956724 or 820492. OLE color: 820492.

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

Color convert

RGB 12 133 12 -
CMYK 0.91 0 0.91 0.48
HSL 120º 0.83% 0.28% -
HSV(B) 120º 0.91% 0.52% -
XYZ 8.61 16.88 3.15 -
YUV 83.03 87.91 77.34 -
System Red Green Blue C M Y K H S L
Decimal 12 133 12 0.91 0 0.91 0.48 120 0.83 0.28
Hex C 85 C 5B 0 5B 30 78 53 1C
Octal 14 205 14 133 0 133 60 170 123 34
Binary 1100 10000101 1100 1011011 0 1011011 110000 1111000 1010011 11100

Color Harmonies of #0C850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C850C

Black with #0C850C

Text Example


Text Example

White with #0C850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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