#14890A

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

Shades of Green #14890A

Tints of Green #14890A

Color information

#14890A (or 0x14890A) is unknown color: approx Green. HEX triplet: 14, 89 and 0A. RGB value is (20,137,10). Sum of RGB (Red+Green+Blue) = 20+137+10=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #14890A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14890A is #EB76F5. Grayscale: #575757. Windows color (decimal): -15431414 or 690452. OLE color: 690452.

HSL color Cylindrical-coordinate representation of color #14890A: hue angle of 115.28º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14890A is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB2013710-
CMYK0.8500.930.46
HSL115.28º86.39%28.82%-
HSV(B)115.28º92.7%53.73%-
XYZ9.2918.063.28-
YUV87.5484.2479.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 137 (53.91% from 255) = 82.04%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=11.98%
G=82.04%
B=5.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137100.8500.930.46115.2886.3928.82
Hex1489A5505D2E73561d
Octal242111212501355616312635
Binary101001000100110101010101010111011011101110011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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