#808A15

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

Shades of Trendy Green #808A15

Tints of Trendy Green #808A15

Color information

#808A15 (or 0x808A15) is unknown color: approx Trendy Green. HEX triplet: 80, 8A and 15. RGB value is (128,138,21). Sum of RGB (Red+Green+Blue) = 128+138+21=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #808A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808A15 is #7F75EA. Grayscale: #7A7A7A. Windows color (decimal): -8353259 or 1411712. OLE color: 1411712.

HSL color Cylindrical-coordinate representation of color #808A15: hue angle of 65.13º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #808A15 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB12813821-
CMYK0.0700.850.46
HSL65.13º73.58%31.18%-
HSV(B)65.13º84.78%54.12%-
XYZ18.1322.824.16-
YUV121.6771.19132.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 138 (54.30% from 255) = 48.08%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=44.60%
G=48.08%
B=7.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128138210.0700.850.4665.1373.5831.18
Hex808A1570552E414a1f
Octal20021225701255610111237
Binary100000001000101010101111010101011011101000001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808A15; }

 p { color: rgb(128,138,21); }

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

<style>
 a { background-color: #808A15; }

 a { background-color: rgb(128,138,21); }

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

<style>
 span { border-color: #808A15; }

 span { border-color: rgb(128,138,21); }

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