#0E6415

Color #0E6415 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0E6415

Tints of Green #0E6415

Color information

#0E6415 (or 0x0E6415) is unknown color: approx Green. HEX triplet: 0E, 64 and 15. RGB value is (14,100,21). Sum of RGB (Red+Green+Blue) = 14+100+21=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 100 (39.45% from 255 or 74.07% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 100 - color contains mainly: green. Hex color #0E6415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6415 is #F19BEA. Grayscale: #414141. Windows color (decimal): -15834091 or 1401870. OLE color: 1401870.

HSL color Cylindrical-coordinate representation of color #0E6415: hue angle of 124.88º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6415 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1410021-
CMYK0.8600.790.61
HSL124.88º75.44%22.35%-
HSV(B)124.88º86%39.22%-
XYZ4.879.262.24-
YUV65.28103.0191.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.37%
GREEN value IS 100 (39.45% from 255) = 74.07%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=10.37%
G=74.07%
B=15.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal14100210.8600.790.61124.8875.4422.35
HexE64155604F3D7d4b16
Octal161442512601177517511326
Binary11101100100101011010110010011111111011111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,100,21); }

 H1.HeaderClassName
 {
   color: #0E6415;
 }
 .AnyTagClassName
 {
   color: #0E6415;
 }
</style>
background-color css

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

 a { background-color: rgb(14,100,21); }

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

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

 span { border-color: rgb(14,100,21); }

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