Html Css Color HEX #9AE1AD Chinook

📋 copy color: '#9AE1AD'

red 154 ◦ green 225 ◦ blue 173

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

Shades of Chinook #9AE1AD

Tints of Chinook #9AE1AD

RGB

 RED value IS 154 (60.55% from 255) = 27.9%

 GREEN value IS 225 (88.28% from 255) = 40.76%

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 27.9%
G = 40.76%
B = 31.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#9AE1AD (or 0x9AE1AD) is known color: Chinook. HEX triplet: 9A, E1 and AD. RGB value is (154,225,173). Sum of RGB (Red+Green+Blue) = 154+225+173=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE1AD is #651E52. Grayscale: #C5C5C5. Windows color (decimal): -6626899 or 11395482. OLE color: 11395482.

HSL color Cylindrical-coordinate representation of color #9AE1AD: hue angle of 136.06º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE1AD is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 225 173 -
CMYK 0.32 0 0.23 0.12
HSL 136.06º 0.54% 0.74% -
HSV(B) 136.06º 0.32% 0.88% -
XYZ 47.79 63.74 49.32 -
YUV 197.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 154 225 173 0.32 0 0.23 0.12 136.06 0.54 0.74
Hex 9A E1 AD 20 0 17 C 88 36 4A
Octal 232 341 255 40 0 27 14 210 66 112
Binary 10011010 11100001 10101101 100000 0 10111 1100 10001000 110110 1001010

Color Harmonies of #9AE1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE1AD

Black with #9AE1AD

Text Example


Text Example

White with #9AE1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AE1AD; }

 p { color: rgb(154,225,173); }

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

background-color css

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

 a { background-color: rgb(154,225,173); }

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

border-color css

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

 span { border-color: rgb(154,225,173); }

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