Html Css Color HEX #A1DBA7 Chinook

📋 copy color: '#A1DBA7'

red 161 ◦ green 219 ◦ blue 167

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

Shades of Chinook #A1DBA7

Tints of Chinook #A1DBA7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 167 (65.63% from 255) = 30.53%

R = 29.43%
G = 40.04%
B = 30.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#A1DBA7 (or 0xA1DBA7) is known color: Chinook. HEX triplet: A1, DB and A7. RGB value is (161,219,167). Sum of RGB (Red+Green+Blue) = 161+219+167=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBA7 is #5E2458. Grayscale: #C3C3C3. Windows color (decimal): -6169689 or 11000737. OLE color: 11000737.

HSL color Cylindrical-coordinate representation of color #A1DBA7: hue angle of 126.21º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBA7 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 167 -
CMYK 0.26 0 0.24 0.14
HSL 126.21º 0.45% 0.75% -
HSV(B) 126.21º 0.26% 0.86% -
XYZ 47 61.03 45.86 -
YUV 195.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 161 219 167 0.26 0 0.24 0.14 126.21 0.45 0.75
Hex A1 DB A7 1A 0 18 E 7E 2D 4B
Octal 241 333 247 32 0 30 16 176 55 113
Binary 10100001 11011011 10100111 11010 0 11000 1110 1111110 101101 1001011

Color Harmonies of #A1DBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBA7

Black with #A1DBA7

Text Example


Text Example

White with #A1DBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBA7; }

 p { color: rgb(161,219,167); }

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

background-color css

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

 a { background-color: rgb(161,219,167); }

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

border-color css

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

 span { border-color: rgb(161,219,167); }

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