Html Css Color HEX #0E6601 Green

📋 copy color: '#0E6601'

red 14 ◦ green 102 ◦ blue 1

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

Shades of Green #0E6601

Tints of Green #0E6601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 87.18%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 11.97%
G = 87.18%
B = 0.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#0E6601 (or 0x0E6601) is known color: Green. HEX triplet: 0E, 66 and 01. RGB value is (14,102,1). Sum of RGB (Red+Green+Blue) = 14+102+1=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 102 (40.23% from 255 or 87.18% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6601 is #F199FE. Grayscale: #404040. Windows color (decimal): -15833599 or 91662. OLE color: 91662.

HSL color Cylindrical-coordinate representation of color #0E6601: hue angle of 112.28º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E6601 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 14 102 1 -
CMYK 0.86 0 0.99 0.6
HSL 112.28º 0.98% 0.2% -
HSV(B) 112.28º 0.99% 0.4% -
XYZ 4.94 9.6 1.62 -
YUV 64.17 92.35 92.21 -
System Red Green Blue C M Y K H S L
Decimal 14 102 1 0.86 0 0.99 0.6 112.28 0.98 0.2
Hex E 66 1 56 0 63 3C 70 62 14
Octal 16 146 1 126 0 143 74 160 142 24
Binary 1110 1100110 1 1010110 0 1100011 111100 1110000 1100010 10100

Color Harmonies of #0E6601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6601

Black with #0E6601

Text Example


Text Example

White with #0E6601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,102,1); }

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

background-color css

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

 a { background-color: rgb(14,102,1); }

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

border-color css

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

 span { border-color: rgb(14,102,1); }

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