Html Css Color HEX #0E850B Green

📋 copy color: '#0E850B'

red 14 ◦ green 133 ◦ blue 11

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

Shades of Green #0E850B

Tints of Green #0E850B

RGB

 RED value IS 14 (5.86% from 255) = 8.86%

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 8.86%
G = 84.18%
B = 6.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#0E850B (or 0x0E850B) is known color: Green. HEX triplet: 0E, 85 and 0B. RGB value is (14,133,11). Sum of RGB (Red+Green+Blue) = 14+133+11=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 133 (52.34% from 255 or 84.18% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 133 - color contains mainly: green. Hex color #0E850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E850B is #F17AF4. Grayscale: #535353. Windows color (decimal): -15825653 or 754958. OLE color: 754958.

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

Color convert

RGB 14 133 11 -
CMYK 0.89 0 0.92 0.48
HSL 118.52º 0.85% 0.28% -
HSV(B) 118.52º 0.92% 0.52% -
XYZ 8.63 16.89 3.12 -
YUV 83.51 87.08 78.42 -
System Red Green Blue C M Y K H S L
Decimal 14 133 11 0.89 0 0.92 0.48 118.52 0.85 0.28
Hex E 85 B 59 0 5C 30 77 55 1C
Octal 16 205 13 131 0 134 60 167 125 34
Binary 1110 10000101 1011 1011001 0 1011100 110000 1110111 1010101 11100

Color Harmonies of #0E850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E850B

Black with #0E850B

Text Example


Text Example

White with #0E850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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