Html Css Color HEX #9AE0A5 Chinook

📋 copy color: '#9AE0A5'

red 154 ◦ green 224 ◦ blue 165

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

Shades of Chinook #9AE0A5

Tints of Chinook #9AE0A5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.25%

 BLUE value IS 165 (64.84% from 255) = 30.39%

R = 28.36%
G = 41.25%
B = 30.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#9AE0A5 (or 0x9AE0A5) is known color: Chinook. HEX triplet: 9A, E0 and A5. RGB value is (154,224,165). Sum of RGB (Red+Green+Blue) = 154+224+165=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE0A5 is #651F5A. Grayscale: #C4C4C4. Windows color (decimal): -6627163 or 10870938. OLE color: 10870938.

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

Color convert

RGB 154 224 165 -
CMYK 0.31 0 0.26 0.12
HSL 129.43º 0.53% 0.74% -
HSV(B) 129.43º 0.31% 0.88% -
XYZ 46.77 62.9 45.27 -
YUV 196.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 154 224 165 0.31 0 0.26 0.12 129.43 0.53 0.74
Hex 9A E0 A5 1F 0 1A C 81 35 4A
Octal 232 340 245 37 0 32 14 201 65 112
Binary 10011010 11100000 10100101 11111 0 11010 1100 10000001 110101 1001010

Color Harmonies of #9AE0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE0A5

Black with #9AE0A5

Text Example


Text Example

White with #9AE0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,224,165); }

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

background-color css

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

 a { background-color: rgb(154,224,165); }

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

border-color css

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

 span { border-color: rgb(154,224,165); }

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