Html Css Color HEX #0E6901 Green

📋 copy color: '#0E6901'

red 14 ◦ green 105 ◦ blue 1

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

Shades of Green #0E6901

Tints of Green #0E6901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 87.5%

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

R = 11.67%
G = 87.5%
B = 0.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#0E6901 (or 0x0E6901) is known color: Green. HEX triplet: 0E, 69 and 01. RGB value is (14,105,1). Sum of RGB (Red+Green+Blue) = 14+105+1=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #0E6901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6901 is #F196FE. Grayscale: #424242. Windows color (decimal): -15832831 or 92430. OLE color: 92430.

HSL color Cylindrical-coordinate representation of color #0E6901: hue angle of 112.5º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E6901 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 105 1 -
CMYK 0.87 0 0.99 0.59
HSL 112.5º 0.98% 0.21% -
HSV(B) 112.5º 0.99% 0.41% -
XYZ 5.24 10.2 1.72 -
YUV 65.94 91.35 90.96 -
System Red Green Blue C M Y K H S L
Decimal 14 105 1 0.87 0 0.99 0.59 112.5 0.98 0.21
Hex E 69 1 57 0 63 3B 70 62 15
Octal 16 151 1 127 0 143 73 160 142 25
Binary 1110 1101001 1 1010111 0 1100011 111011 1110000 1100010 10101

Color Harmonies of #0E6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6901

Black with #0E6901

Text Example


Text Example

White with #0E6901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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