#14660A

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

Shades of Green #14660A

Tints of Green #14660A

Color information

#14660A (or 0x14660A) is unknown color: approx Green. HEX triplet: 14, 66 and 0A. RGB value is (20,102,10). Sum of RGB (Red+Green+Blue) = 20+102+10=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 102 (40.23% from 255 or 77.27% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 102 - color contains mainly: green. Hex color #14660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14660A is #EB99F5. Grayscale: #434343. Windows color (decimal): -15440374 or 681492. OLE color: 681492.

HSL color Cylindrical-coordinate representation of color #14660A: hue angle of 113.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14660A is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB2010210-
CMYK0.8000.900.6
HSL113.48º82.14%21.96%-
HSV(B)113.48º90.2%40%-
XYZ5.099.671.89-
YUV66.9995.8394.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 102 (40.23% from 255) = 77.27%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=15.15%
G=77.27%
B=7.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102100.8000.900.6113.4882.1421.96
Hex1466A5005A3C715216
Octal241461212001327416112226
Binary10100110011010101010000010110101111001110001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14660A; }

 p { color: rgb(20,102,10); }

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

<style>
 a { background-color: #14660A; }

 a { background-color: rgb(20,102,10); }

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

<style>
 span { border-color: #14660A; }

 span { border-color: rgb(20,102,10); }

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