#9AC9B7

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

Shades of Shadow Green #9AC9B7

Tints of Shadow Green #9AC9B7

Color information

#9AC9B7 (or 0x9AC9B7) is unknown color: approx Shadow Green. HEX triplet: 9A, C9 and B7. RGB value is (154,201,183). Sum of RGB (Red+Green+Blue) = 154+201+183=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC9B7 is #653648. Grayscale: #B8B8B8. Windows color (decimal): -6633033 or 12044698. OLE color: 12044698.

HSL color Cylindrical-coordinate representation of color #9AC9B7: hue angle of 157.02º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC9B7 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB154201183-
CMYK0.2300.090.21
HSL157.02º30.32%69.61%-
HSV(B)157.02º23.38%78.82%-
XYZ42.7652.0652.6-
YUV184.9126.93105.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 201 (78.91% from 255) = 37.36%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=28.62%
G=37.36%
B=34.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011830.2300.090.21157.0230.3269.61
Hex9AC9B71709159d1e46
Octal232311267270112523536106
Binary10011010110010011011011110111010011010110011101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,201,183); }

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

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

 a { background-color: rgb(154,201,183); }

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

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

 span { border-color: rgb(154,201,183); }

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