Html Css Color HEX #0E840F Green

📋 copy color: '#0E840F'

red 14 ◦ green 132 ◦ blue 15

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

Shades of Green #0E840F

Tints of Green #0E840F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 8.7%
G = 81.99%
B = 9.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#0E840F (or 0x0E840F) is known color: Green. HEX triplet: 0E, 84 and 0F. RGB value is (14,132,15). Sum of RGB (Red+Green+Blue) = 14+132+15=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 132 (51.95% from 255 or 81.99% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 132 - color contains mainly: green. Hex color #0E840F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E840F is #F17BF0. Grayscale: #535353. Windows color (decimal): -15825905 or 1016846. OLE color: 1016846.

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

Color convert

RGB 14 132 15 -
CMYK 0.89 0 0.89 0.48
HSL 120.51º 0.81% 0.29% -
HSV(B) 120.51º 0.89% 0.52% -
XYZ 8.52 16.63 3.21 -
YUV 83.38 89.41 78.51 -
System Red Green Blue C M Y K H S L
Decimal 14 132 15 0.89 0 0.89 0.48 120.51 0.81 0.29
Hex E 84 F 59 0 59 30 79 51 1D
Octal 16 204 17 131 0 131 60 171 121 35
Binary 1110 10000100 1111 1011001 0 1011001 110000 1111001 1010001 11101

Color Harmonies of #0E840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E840F

Black with #0E840F

Text Example


Text Example

White with #0E840F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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