#9AC9B6

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

Shades of Shadow Green #9AC9B6

Tints of Shadow Green #9AC9B6

Color information

#9AC9B6 (or 0x9AC9B6) is unknown color: approx Shadow Green. HEX triplet: 9A, C9 and B6. RGB value is (154,201,182). Sum of RGB (Red+Green+Blue) = 154+201+182=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC9B6 is #653649. Grayscale: #B8B8B8. Windows color (decimal): -6633034 or 11979162. OLE color: 11979162.

HSL color Cylindrical-coordinate representation of color #9AC9B6: hue angle of 155.74º 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 #9AC9B6 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB154201182-
CMYK0.2300.090.21
HSL155.74º30.32%69.61%-
HSV(B)155.74º23.38%78.82%-
XYZ42.6652.0252.05-
YUV184.78126.43106.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=28.68%
G=37.43%
B=33.89%

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
Decimal1542011820.2300.090.21155.7430.3269.61
Hex9AC9B61709159c1e46
Octal232311266270112523436106
Binary10011010110010011011011010111010011010110011100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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