#1DC274

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

Shades of Mountain Meadow #1DC274

Tints of Mountain Meadow #1DC274

Color information

#1DC274 (or 0x1DC274) is unknown color: approx Mountain Meadow. HEX triplet: 1D, C2 and 74. RGB value is (29,194,116). Sum of RGB (Red+Green+Blue) = 29+194+116=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC274 is #E23D8B. Grayscale: #878787. Windows color (decimal): -14826892 or 7651869. OLE color: 7651869.

HSL color Cylindrical-coordinate representation of color #1DC274: hue angle of 151.64º 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 #1DC274 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB29194116-
CMYK0.8500.400.24
HSL151.64º73.99%43.73%-
HSV(B)151.64º85.05%76.08%-
XYZ22.9540.1123.05-
YUV135.77116.8451.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.55%
GREEN value IS 194 (76.17% from 255) = 57.23%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=8.55%
G=57.23%
B=34.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291941160.8500.400.24151.6473.9943.73
Hex1DC2745502818984a2c
Octal353021641250503023011254
Binary111011100001011101001010101010100011000100110001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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