#1DC288

Color #1DC288 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1DC288

Tints of Mountain Meadow #1DC288

Color information

#1DC288 (or 0x1DC288) is unknown color: approx Mountain Meadow. HEX triplet: 1D, C2 and 88. RGB value is (29,194,136). Sum of RGB (Red+Green+Blue) = 29+194+136=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC288 is #E23D77. Grayscale: #8A8A8A. Windows color (decimal): -14826872 or 8962589. OLE color: 8962589.

HSL color Cylindrical-coordinate representation of color #1DC288: hue angle of 158.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC288 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB29194136-
CMYK0.8500.300.24
HSL158.91º73.99%43.73%-
HSV(B)158.91º85.05%76.08%-
XYZ24.2440.6229.86-
YUV138.05126.8450.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.08%
GREEN value IS 194 (76.17% from 255) = 54.04%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=8.08%
G=54.04%
B=37.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291941360.8500.300.24158.9173.9943.73
Hex1DC2885501E189f4a2c
Octal353022101250363023711254
Binary111011100001010001000101010101111011000100111111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,194,136); }

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

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

 a { background-color: rgb(29,194,136); }

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

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

 span { border-color: rgb(29,194,136); }

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