#9ACDC1

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

Shades of Shadow Green #9ACDC1

Tints of Shadow Green #9ACDC1

Color information

#9ACDC1 (or 0x9ACDC1) is unknown color: approx Shadow Green. HEX triplet: 9A, CD and C1. RGB value is (154,205,193). Sum of RGB (Red+Green+Blue) = 154+205+193=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDC1 is #65323E. Grayscale: #BCBCBC. Windows color (decimal): -6631999 or 12701082. OLE color: 12701082.

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

Color convert

RGB154205193-
CMYK0.2500.060.20
HSL165.88º33.77%70.39%-
HSV(B)165.88º24.88%80.39%-
XYZ44.7854.3858.59-
YUV188.38130.6103.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=27.90%
G=37.14%
B=34.96%

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
Decimal1542051930.2500.060.20165.8833.7770.39
Hex9ACDC1190614a62246
Octal23231530131062424642106
Binary10011010110011011100000111001011010100101001101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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