Html Css Color HEX #9AE6AD Chinook

📋 copy color: '#9AE6AD'

red 154 ◦ green 230 ◦ blue 173

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

Shades of Chinook #9AE6AD

Tints of Chinook #9AE6AD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.29%

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

R = 27.65%
G = 41.29%
B = 31.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#9AE6AD (or 0x9AE6AD) is known color: Chinook. HEX triplet: 9A, E6 and AD. RGB value is (154,230,173). Sum of RGB (Red+Green+Blue) = 154+230+173=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AE6AD is #651952. Grayscale: #C8C8C8. Windows color (decimal): -6625619 or 11396762. OLE color: 11396762.

HSL color Cylindrical-coordinate representation of color #9AE6AD: hue angle of 135º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE6AD is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 230 173 -
CMYK 0.33 0 0.25 0.10
HSL 135º 0.6% 0.75% -
HSV(B) 135º 0.33% 0.9% -
XYZ 49.17 66.48 49.78 -
YUV 200.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 154 230 173 0.33 0 0.25 0.10 135 0.6 0.75
Hex 9A E6 AD 21 0 19 A 87 3C 4B
Octal 232 346 255 41 0 31 12 207 74 113
Binary 10011010 11100110 10101101 100001 0 11001 1010 10000111 111100 1001011

Color Harmonies of #9AE6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE6AD

Black with #9AE6AD

Text Example


Text Example

White with #9AE6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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