Html Css Color HEX #0E6612 Green

📋 copy color: '#0E6612'

red 14 ◦ green 102 ◦ blue 18

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

Shades of Green #0E6612

Tints of Green #0E6612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 10.45%
G = 76.12%
B = 13.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#0E6612 (or 0x0E6612) is known color: Green. HEX triplet: 0E, 66 and 12. RGB value is (14,102,18). Sum of RGB (Red+Green+Blue) = 14+102+18=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6612 is #F199ED. Grayscale: #424242. Windows color (decimal): -15833582 or 1205774. OLE color: 1205774.

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

Color convert

RGB 14 102 18 -
CMYK 0.86 0 0.82 0.6
HSL 122.73º 0.76% 0.23% -
HSV(B) 122.73º 0.86% 0.4% -
XYZ 5.04 9.64 2.17 -
YUV 66.11 100.85 90.83 -
System Red Green Blue C M Y K H S L
Decimal 14 102 18 0.86 0 0.82 0.6 122.73 0.76 0.23
Hex E 66 12 56 0 52 3C 7B 4C 17
Octal 16 146 22 126 0 122 74 173 114 27
Binary 1110 1100110 10010 1010110 0 1010010 111100 1111011 1001100 10111

Color Harmonies of #0E6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6612

Black with #0E6612

Text Example


Text Example

White with #0E6612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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