Html Css Color HEX #9AE2AD Chinook

📋 copy color: '#9AE2AD'

red 154 ◦ green 226 ◦ blue 173

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

Shades of Chinook #9AE2AD

Tints of Chinook #9AE2AD

RGB

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

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

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

R = 27.85%
G = 40.87%
B = 31.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#9AE2AD (or 0x9AE2AD) is known color: Chinook. HEX triplet: 9A, E2 and AD. RGB value is (154,226,173). Sum of RGB (Red+Green+Blue) = 154+226+173=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #9AE2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE2AD is #651D52. Grayscale: #C6C6C6. Windows color (decimal): -6626643 or 11395738. OLE color: 11395738.

HSL color Cylindrical-coordinate representation of color #9AE2AD: hue angle of 135.83º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE2AD is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 154 226 173 -
CMYK 0.32 0 0.23 0.11
HSL 135.83º 0.55% 0.75% -
HSV(B) 135.83º 0.32% 0.89% -
XYZ 48.07 64.28 49.41 -
YUV 198.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 154 226 173 0.32 0 0.23 0.11 135.83 0.55 0.75
Hex 9A E2 AD 20 0 17 B 88 37 4B
Octal 232 342 255 40 0 27 13 210 67 113
Binary 10011010 11100010 10101101 100000 0 10111 1011 10001000 110111 1001011

Color Harmonies of #9AE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE2AD

Black with #9AE2AD

Text Example


Text Example

White with #9AE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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