#85e2a1

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

Shades of Chinook #85E2A1

Tints of Chinook #85E2A1

Color information

#85E2A1 (or 0x85E2A1) is unknown color: approx Chinook. HEX triplet: 85, E2 and A1. RGB value is (133,226,161). Sum of RGB (Red+Green+Blue) = 133+226+161=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #85E2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E2A1 is #7A1D5E. Grayscale: #BEBEBE. Windows color (decimal): -8002911 or 10609285. OLE color: 10609285.

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

Color convert

RGB133226161-
CMYK0.4100.290.11
HSL138.06º61.59%70.39%-
HSV(B)138.06º41.15%88.63%-
XYZ43.361.9543.39-
YUV190.78111.1986.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 226 (88.67% from 255) = 43.46%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=25.58%
G=43.46%
B=30.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332261610.4100.290.11138.0661.5970.39
Hex85E2A12901DB8a3e46
Octal205342241510351321276106
Binary1000010111100010101000011010010111011011100010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85e2a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85e2a1; }

 p { color: rgb(133,226,161); }

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

<style>
 a { background-color: #85e2a1; }

 a { background-color: rgb(133,226,161); }

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

<style>
 span { border-color: #85e2a1; }

 span { border-color: rgb(133,226,161); }

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