#84E1A0

Color #84E1A0 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #84E1A0

Tints of Chinook #84E1A0

Color information

#84E1A0 (or 0x84E1A0) is unknown color: approx Chinook. HEX triplet: 84, E1 and A0. RGB value is (132,225,160). Sum of RGB (Red+Green+Blue) = 132+225+160=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E1A0 is #7B1E5F. Grayscale: #BDBDBD. Windows color (decimal): -8068704 or 10543492. OLE color: 10543492.

HSL color Cylindrical-coordinate representation of color #84E1A0: hue angle of 138.06º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E1A0 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB132225160-
CMYK0.4100.290.12
HSL138.06º60.78%70%-
HSV(B)138.06º41.33%88.24%-
XYZ42.7961.2942.83-
YUV189.78111.1986.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 225 (88.28% from 255) = 43.52%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=25.53%
G=43.52%
B=30.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322251600.4100.290.12138.0660.7870
Hex84E1A02901DC8a3d46
Octal204341240510351421275106
Binary1000010011100001101000001010010111011100100010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84E1A0; }

 p { color: rgb(132,225,160); }

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

<style>
 a { background-color: #84E1A0; }

 a { background-color: rgb(132,225,160); }

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

<style>
 span { border-color: #84E1A0; }

 span { border-color: rgb(132,225,160); }

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