#9ACDBE

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

Shades of Shadow Green #9ACDBE

Tints of Shadow Green #9ACDBE

Color information

#9ACDBE (or 0x9ACDBE) is unknown color: approx Shadow Green. HEX triplet: 9A, CD and BE. RGB value is (154,205,190). Sum of RGB (Red+Green+Blue) = 154+205+190=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDBE is #653241. Grayscale: #BCBCBC. Windows color (decimal): -6632002 or 12504474. OLE color: 12504474.

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

Color convert

RGB154205190-
CMYK0.2500.070.20
HSL162.35º33.77%70.39%-
HSV(B)162.35º24.88%80.39%-
XYZ44.4554.2556.84-
YUV188.04129.1103.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=28.05%
G=37.34%
B=34.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051900.2500.070.20162.3533.7770.39
Hex9ACDBE190714a22246
Octal23231527631072424242106
Binary10011010110011011011111011001011110100101000101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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