Html Css Color HEX #0E8411 Green

📋 copy color: '#0E8411'

red 14 ◦ green 132 ◦ blue 17

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

Shades of Green #0E8411

Tints of Green #0E8411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 80.98%

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 8.59%
G = 80.98%
B = 10.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#0E8411 (or 0x0E8411) is known color: Green. HEX triplet: 0E, 84 and 11. RGB value is (14,132,17). Sum of RGB (Red+Green+Blue) = 14+132+17=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 132 (51.95% from 255 or 80.98% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 132 - color contains mainly: green. Hex color #0E8411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8411 is #F17BEE. Grayscale: #535353. Windows color (decimal): -15825903 or 1147918. OLE color: 1147918.

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

Color convert

RGB 14 132 17 -
CMYK 0.89 0 0.87 0.48
HSL 121.53º 0.81% 0.29% -
HSV(B) 121.53º 0.89% 0.52% -
XYZ 8.53 16.64 3.29 -
YUV 83.61 90.41 78.35 -
System Red Green Blue C M Y K H S L
Decimal 14 132 17 0.89 0 0.87 0.48 121.53 0.81 0.29
Hex E 84 11 59 0 57 30 7A 51 1D
Octal 16 204 21 131 0 127 60 172 121 35
Binary 1110 10000100 10001 1011001 0 1010111 110000 1111010 1010001 11101

Color Harmonies of #0E8411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8411

Black with #0E8411

Text Example


Text Example

White with #0E8411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,132,17); }

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

background-color css

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

 a { background-color: rgb(14,132,17); }

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

border-color css

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

 span { border-color: rgb(14,132,17); }

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