#818E13

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

Shades of Trendy Green #818E13

Tints of Trendy Green #818E13

Color information

#818E13 (or 0x818E13) is unknown color: approx Trendy Green. HEX triplet: 81, 8E and 13. RGB value is (129,142,19). Sum of RGB (Red+Green+Blue) = 129+142+19=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #818E13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818E13 is #7E71EC. Grayscale: #7C7C7C. Windows color (decimal): -8286701 or 1281665. OLE color: 1281665.

HSL color Cylindrical-coordinate representation of color #818E13: hue angle of 66.34º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #818E13 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB12914219-
CMYK0.0900.870.44
HSL66.34º76.4%31.57%-
HSV(B)66.34º86.62%55.69%-
XYZ18.8424.064.27-
YUV124.0968.69131.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=44.48%
G=48.97%
B=6.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129142190.0900.870.4466.3476.431.57
Hex818E1390572C424c20
Octal201216231101275410211440
Binary10000001100011101001110010101011110110010000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818E13; }

 p { color: rgb(129,142,19); }

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

<style>
 a { background-color: #818E13; }

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

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

<style>
 span { border-color: #818E13; }

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

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