Html Css Color HEX #0E8508 Green

📋 copy color: '#0E8508'

red 14 ◦ green 133 ◦ blue 8

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

Shades of Green #0E8508

Tints of Green #0E8508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 9.03%
G = 85.81%
B = 5.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#0E8508 (or 0x0E8508) is known color: Green. HEX triplet: 0E, 85 and 08. RGB value is (14,133,8). Sum of RGB (Red+Green+Blue) = 14+133+8=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 133 (52.34% from 255 or 85.81% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8508 is #F17AF7. Grayscale: #535353. Windows color (decimal): -15825656 or 558350. OLE color: 558350.

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

Color convert

RGB 14 133 8 -
CMYK 0.89 0 0.94 0.48
HSL 117.12º 0.89% 0.28% -
HSV(B) 117.12º 0.94% 0.52% -
XYZ 8.61 16.89 3.04 -
YUV 83.17 85.58 78.66 -
System Red Green Blue C M Y K H S L
Decimal 14 133 8 0.89 0 0.94 0.48 117.12 0.89 0.28
Hex E 85 8 59 0 5E 30 75 59 1C
Octal 16 205 10 131 0 136 60 165 131 34
Binary 1110 10000101 1000 1011001 0 1011110 110000 1110101 1011001 11100

Color Harmonies of #0E8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8508

Black with #0E8508

Text Example


Text Example

White with #0E8508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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