#848D18

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

Shades of Trendy Green #848D18

Tints of Trendy Green #848D18

Color information

#848D18 (or 0x848D18) is unknown color: approx Trendy Green. HEX triplet: 84, 8D and 18. RGB value is (132,141,24). Sum of RGB (Red+Green+Blue) = 132+141+24=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #848D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D18 is #7B72E7. Grayscale: #7D7D7D. Windows color (decimal): -8090344 or 1609092. OLE color: 1609092.

HSL color Cylindrical-coordinate representation of color #848D18: hue angle of 64.62º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #848D18 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB13214124-
CMYK0.0600.830.45
HSL64.62º70.91%32.35%-
HSV(B)64.62º82.98%55.29%-
XYZ19.2124.024.49-
YUV124.9771.02133.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=44.44%
G=47.47%
B=8.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141240.0600.830.4564.6270.9132.35
Hex848D1860532D414720
Octal20421530601235510110740
Binary1000010010001101110001100101001110110110000011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D18; }

 p { color: rgb(132,141,24); }

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

<style>
 a { background-color: #848D18; }

 a { background-color: rgb(132,141,24); }

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

<style>
 span { border-color: #848D18; }

 span { border-color: rgb(132,141,24); }

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