Html Css Color HEX #A1E2B1 Chinook

📋 copy color: '#A1E2B1'

red 161 ◦ green 226 ◦ blue 177

#A1E2B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #A1E2B1

Tints of Chinook #A1E2B1

RGB

 RED value IS 161 (63.28% from 255) = 28.55%

 GREEN value IS 226 (88.67% from 255) = 40.07%

 BLUE value IS 177 (69.53% from 255) = 31.38%

R = 28.55%
G = 40.07%
B = 31.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#A1E2B1 (or 0xA1E2B1) is known color: Chinook. HEX triplet: A1, E2 and B1. RGB value is (161,226,177). Sum of RGB (Red+Green+Blue) = 161+226+177=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E2B1 is #5E1D4E. Grayscale: #C9C9C9. Windows color (decimal): -6167887 or 11657889. OLE color: 11657889.

HSL color Cylindrical-coordinate representation of color #A1E2B1: hue angle of 134.77º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E2B1 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 226 177 -
CMYK 0.29 0 0.22 0.11
HSL 134.77º 0.53% 0.76% -
HSV(B) 134.77º 0.29% 0.89% -
XYZ 49.83 65.14 51.54 -
YUV 200.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 161 226 177 0.29 0 0.22 0.11 134.77 0.53 0.76
Hex A1 E2 B1 1D 0 16 B 87 35 4C
Octal 241 342 261 35 0 26 13 207 65 114
Binary 10100001 11100010 10110001 11101 0 10110 1011 10000111 110101 1001100

Color Harmonies of #A1E2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2B1

Black with #A1E2B1

Text Example


Text Example

White with #A1E2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2B1; }

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

 H1.HeaderClassName
 {
   color: #A1E2B1;
 }
 .AnyTagClassName
 {
   color: #A1E2B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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