#9AE0A0

Color #9AE0A0 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9AE0A0

Tints of Chinook #9AE0A0

Color information

#9AE0A0 (or 0x9AE0A0) is unknown color: approx Chinook. HEX triplet: 9A, E0 and A0. RGB value is (154,224,160). Sum of RGB (Red+Green+Blue) = 154+224+160=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE0A0 is #651F5F. Grayscale: #C3C3C3. Windows color (decimal): -6627168 or 10543258. OLE color: 10543258.

HSL color Cylindrical-coordinate representation of color #9AE0A0: hue angle of 125.14º 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 #9AE0A0 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB154224160-
CMYK0.3100.290.12
HSL125.14º53.03%74.12%-
HSV(B)125.14º31.25%87.84%-
XYZ46.3362.7242.92-
YUV195.77107.8198.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 224 (87.89% from 255) = 41.64%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=28.62%
G=41.64%
B=29.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542241600.3100.290.12125.1453.0374.12
Hex9AE0A01F01DC7d354a
Octal232340240370351417565112
Binary10011010111000001010000011111011101110011111011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AE0A0;
 }
 .AnyTagClassName
 {
   color: #9AE0A0;
 }
</style>
background-color css

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

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

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

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

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

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