Html Css Color HEX #0E5D06 Green

📋 copy color: '#0E5D06'

red 14 ◦ green 93 ◦ blue 6

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

Shades of Green #0E5D06

Tints of Green #0E5D06

RGB

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

 GREEN value IS 93 (36.72% from 255) = 82.3%

 BLUE value IS 6 (2.73% from 255) = 5.31%

R = 12.39%
G = 82.3%
B = 5.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.64

RGB Variations

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

Color information

#0E5D06 (or 0x0E5D06) is known color: Green. HEX triplet: 0E, 5D and 06. RGB value is (14,93,6). Sum of RGB (Red+Green+Blue) = 14+93+6=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 93 (36.72% from 255 or 82.30% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5D06 is #F1A2F9. Grayscale: #3B3B3B. Windows color (decimal): -15835898 or 417038. OLE color: 417038.

HSL color Cylindrical-coordinate representation of color #0E5D06: hue angle of 114.48º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5D06 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 93 6 -
CMYK 0.85 0 0.94 0.64
HSL 114.48º 0.88% 0.19% -
HSV(B) 114.48º 0.94% 0.36% -
XYZ 4.13 7.94 1.49 -
YUV 59.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 14 93 6 0.85 0 0.94 0.64 114.48 0.88 0.19
Hex E 5D 6 55 0 5E 40 72 58 13
Octal 16 135 6 125 0 136 100 162 130 23
Binary 1110 1011101 110 1010101 0 1011110 1000000 1110010 1011000 10011

Color Harmonies of #0E5D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5D06

Black with #0E5D06

Text Example


Text Example

White with #0E5D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,93,6); }

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

background-color css

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

 a { background-color: rgb(14,93,6); }

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

border-color css

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

 span { border-color: rgb(14,93,6); }

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