Html Css Color HEX #0E6501 Green

📋 copy color: '#0E6501'

red 14 ◦ green 101 ◦ blue 1

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

Shades of Green #0E6501

Tints of Green #0E6501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 87.07%

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

R = 12.07%
G = 87.07%
B = 0.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#0E6501 (or 0x0E6501) is known color: Green. HEX triplet: 0E, 65 and 01. RGB value is (14,101,1). Sum of RGB (Red+Green+Blue) = 14+101+1=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 101 (39.84% from 255 or 87.07% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 101 - color contains mainly: green. Hex color #0E6501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6501 is #F19AFE. Grayscale: #3F3F3F. Windows color (decimal): -15833855 or 91406. OLE color: 91406.

HSL color Cylindrical-coordinate representation of color #0E6501: hue angle of 112.2º 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 #0E6501 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 101 1 -
CMYK 0.86 0 0.99 0.60
HSL 112.2º 0.98% 0.2% -
HSV(B) 112.2º 0.99% 0.4% -
XYZ 4.84 9.4 1.59 -
YUV 63.59 92.68 92.63 -
System Red Green Blue C M Y K H S L
Decimal 14 101 1 0.86 0 0.99 0.60 112.2 0.98 0.2
Hex E 65 1 56 0 63 3C 70 62 14
Octal 16 145 1 126 0 143 74 160 142 24
Binary 1110 1100101 1 1010110 0 1100011 111100 1110000 1100010 10100

Color Harmonies of #0E6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6501

Black with #0E6501

Text Example


Text Example

White with #0E6501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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