#1DECA8

Color #1DECA8 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #1DECA8

Tints of Medium Spring Green #1DECA8

Color information

#1DECA8 (or 0x1DECA8) is unknown color: approx Medium Spring Green. HEX triplet: 1D, EC and A8. RGB value is (29,236,168). Sum of RGB (Red+Green+Blue) = 29+236+168=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DECA8 is #E21357. Grayscale: #A6A6A6. Windows color (decimal): -14816088 or 11070493. OLE color: 11070493.

HSL color Cylindrical-coordinate representation of color #1DECA8: hue angle of 160.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DECA8 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB29236168-
CMYK0.8800.290.07
HSL160.29º84.49%51.96%-
HSV(B)160.29º87.71%92.55%-
XYZ37.5763.0847.24-
YUV166.35128.9230.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.70%
GREEN value IS 236 (92.58% from 255) = 54.50%
BLUE value IS 168 (66.02% from 255) = 38.80%
R=6.70%
G=54.50%
B=38.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal292361680.8800.290.07160.2984.4951.96
Hex1DECA85801D7a05434
Octal35354250130035724012464
Binary1110111101100101010001011000011101111101000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DECA8; }

 p { color: rgb(29,236,168); }

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

<style>
 a { background-color: #1DECA8; }

 a { background-color: rgb(29,236,168); }

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

<style>
 span { border-color: #1DECA8; }

 span { border-color: rgb(29,236,168); }

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