#A1E1B2

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

Shades of Chinook #A1E1B2

Tints of Chinook #A1E1B2

Color information

#A1E1B2 (or 0xA1E1B2) is unknown color: approx Chinook. HEX triplet: A1, E1 and B2. RGB value is (161,225,178). Sum of RGB (Red+Green+Blue) = 161+225+178=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E1B2 is #5E1E4D. Grayscale: #C8C8C8. Windows color (decimal): -6168142 or 11723169. OLE color: 11723169.

HSL color Cylindrical-coordinate representation of color #A1E1B2: hue angle of 135.94º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1B2 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB161225178-
CMYK0.2800.210.12
HSL135.94º51.61%75.69%-
HSV(B)135.94º28.44%88.24%-
XYZ49.6664.6451.98-
YUV200.51115.399.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 178 (69.92% from 255) = 31.56%
R=28.55%
G=39.89%
B=31.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251780.2800.210.12135.9451.6175.69
HexA1E1B21C015C88344c
Octal241341262340251421064114
Binary101000011110000110110010111000101011100100010001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E1B2; }

 p { color: rgb(161,225,178); }

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

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

 a { background-color: rgb(161,225,178); }

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

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

 span { border-color: rgb(161,225,178); }

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