#9ACDC0

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

Shades of Shadow Green #9ACDC0

Tints of Shadow Green #9ACDC0

Color information

#9ACDC0 (or 0x9ACDC0) is unknown color: approx Shadow Green. HEX triplet: 9A, CD and C0. RGB value is (154,205,192). Sum of RGB (Red+Green+Blue) = 154+205+192=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDC0 is #65323F. Grayscale: #BCBCBC. Windows color (decimal): -6632000 or 12635546. OLE color: 12635546.

HSL color Cylindrical-coordinate representation of color #9ACDC0: hue angle of 164.71º 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 #9ACDC0 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB154205192-
CMYK0.2500.060.20
HSL164.71º33.77%70.39%-
HSV(B)164.71º24.88%80.39%-
XYZ44.6754.3458-
YUV188.27130.1103.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=27.95%
G=37.21%
B=34.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051920.2500.060.20164.7133.7770.39
Hex9ACDC0190614a52246
Octal23231530031062424542106
Binary10011010110011011100000011001011010100101001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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