#10D27C

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

Shades of Mountain Meadow #10D27C

Tints of Mountain Meadow #10D27C

Color information

#10D27C (or 0x10D27C) is unknown color: approx Mountain Meadow. HEX triplet: 10, D2 and 7C. RGB value is (16,210,124). Sum of RGB (Red+Green+Blue) = 16+210+124=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #10D27C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D27C is #EF2D83. Grayscale: #8E8E8E. Windows color (decimal): -15674756 or 8180240. OLE color: 8180240.

HSL color Cylindrical-coordinate representation of color #10D27C: hue angle of 153.4º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D27C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB16210124-
CMYK0.9200.410.18
HSL153.4º85.84%44.31%-
HSV(B)153.4º92.38%82.35%-
XYZ26.947.6626.85-
YUV142.19117.7337.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.57%
GREEN value IS 210 (82.42% from 255) = 60%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=4.57%
G=60%
B=35.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162101240.9200.410.18153.485.8444.31
Hex10D27C5C0291299562c
Octal203221741340512223112654
Binary100001101001011111001011100010100110010100110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10D27C; }

 p { color: rgb(16,210,124); }

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

<style>
 a { background-color: #10D27C; }

 a { background-color: rgb(16,210,124); }

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

<style>
 span { border-color: #10D27C; }

 span { border-color: rgb(16,210,124); }

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