#9ACDC3

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

Shades of Shadow Green #9ACDC3

Tints of Shadow Green #9ACDC3

Color information

#9ACDC3 (or 0x9ACDC3) is unknown color: approx Shadow Green. HEX triplet: 9A, CD and C3. RGB value is (154,205,195). Sum of RGB (Red+Green+Blue) = 154+205+195=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDC3 is #65323C. Grayscale: #BCBCBC. Windows color (decimal): -6631997 or 12832154. OLE color: 12832154.

HSL color Cylindrical-coordinate representation of color #9ACDC3: hue angle of 168.24º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDC3 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB154205195-
CMYK0.2500.050.20
HSL168.24º33.77%70.39%-
HSV(B)168.24º24.88%80.39%-
XYZ45.0154.4759.77-
YUV188.61131.6103.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=27.80%
G=37.00%
B=35.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051950.2500.050.20168.2433.7770.39
Hex9ACDC3190514a82246
Octal23231530331052425042106
Binary10011010110011011100001111001010110100101010001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,205,195); }

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

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

 a { background-color: rgb(154,205,195); }

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

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

 span { border-color: rgb(154,205,195); }

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