#8A8A13

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

Shades of Trendy Green #8A8A13

Tints of Trendy Green #8A8A13

Color information

#8A8A13 (or 0x8A8A13) is unknown color: approx Trendy Green. HEX triplet: 8A, 8A and 13. RGB value is (138,138,19). Sum of RGB (Red+Green+Blue) = 138+138+19=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8A13 is #7575EC. Grayscale: #7C7C7C. Windows color (decimal): -7697901 or 1280650. OLE color: 1280650.

HSL color Cylindrical-coordinate representation of color #8A8A13: hue angle of 60º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A8A13 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB13813819-
CMYK000.860.46
HSL60º75.8%30.78%-
HSV(B)60º86.23%54.12%-
XYZ19.6923.634.14-
YUV124.4368.5137.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.78%
GREEN value IS 138 (54.30% from 255) = 46.78%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=46.78%
G=46.78%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813819000.860.466075.830.78
Hex8A8A1300562E3c4c1f
Octal2122122300126567411437
Binary100010101000101010011001010110101110111100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8A13; }

 p { color: rgb(138,138,19); }

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

<style>
 a { background-color: #8A8A13; }

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

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

<style>
 span { border-color: #8A8A13; }

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

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