Html Css Color HEX #9AE6AA Chinook

📋 copy color: '#9AE6AA'

red 154 ◦ green 230 ◦ blue 170

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

Shades of Chinook #9AE6AA

Tints of Chinook #9AE6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.69%

R = 27.8%
G = 41.52%
B = 30.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#9AE6AA (or 0x9AE6AA) is known color: Chinook. HEX triplet: 9A, E6 and AA. RGB value is (154,230,170). Sum of RGB (Red+Green+Blue) = 154+230+170=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AE6AA is #651955. Grayscale: #C8C8C8. Windows color (decimal): -6625622 or 11200154. OLE color: 11200154.

HSL color Cylindrical-coordinate representation of color #9AE6AA: hue angle of 132.63º 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 #9AE6AA is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 230 170 -
CMYK 0.33 0 0.26 0.10
HSL 132.63º 0.6% 0.75% -
HSV(B) 132.63º 0.33% 0.9% -
XYZ 48.88 66.37 48.26 -
YUV 200.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 154 230 170 0.33 0 0.26 0.10 132.63 0.6 0.75
Hex 9A E6 AA 21 0 1A A 85 3C 4B
Octal 232 346 252 41 0 32 12 205 74 113
Binary 10011010 11100110 10101010 100001 0 11010 1010 10000101 111100 1001011

Color Harmonies of #9AE6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE6AA

Black with #9AE6AA

Text Example


Text Example

White with #9AE6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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