Html Css Color HEX #0C850E Green

📋 copy color: '#0C850E'

red 12 ◦ green 133 ◦ blue 14

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

Shades of Green #0C850E

Tints of Green #0C850E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.81%

R = 7.55%
G = 83.65%
B = 8.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#0C850E (or 0x0C850E) is known color: Green. HEX triplet: 0C, 85 and 0E. RGB value is (12,133,14). Sum of RGB (Red+Green+Blue) = 12+133+14=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 133 (52.34% from 255 or 83.65% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 133 - color contains mainly: green. Hex color #0C850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C850E is #F37AF1. Grayscale: #535353. Windows color (decimal): -15956722 or 951564. OLE color: 951564.

HSL color Cylindrical-coordinate representation of color #0C850E: hue angle of 120.99º 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 #0C850E is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 133 14 -
CMYK 0.91 0 0.89 0.48
HSL 120.99º 0.83% 0.28% -
HSV(B) 120.99º 0.91% 0.52% -
XYZ 8.62 16.88 3.22 -
YUV 83.26 88.91 77.18 -
System Red Green Blue C M Y K H S L
Decimal 12 133 14 0.91 0 0.89 0.48 120.99 0.83 0.28
Hex C 85 E 5B 0 59 30 79 53 1C
Octal 14 205 16 133 0 131 60 171 123 34
Binary 1100 10000101 1110 1011011 0 1011001 110000 1111001 1010011 11100

Color Harmonies of #0C850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C850E

Black with #0C850E

Text Example


Text Example

White with #0C850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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