#10D252

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

Shades of Malachite #10D252

Tints of Malachite #10D252

Color information

#10D252 (or 0x10D252) is unknown color: approx Malachite. HEX triplet: 10, D2 and 52. RGB value is (16,210,82). Sum of RGB (Red+Green+Blue) = 16+210+82=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #10D252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D252 is #EF2DAD. Grayscale: #898989. Windows color (decimal): -15674798 or 5427728. OLE color: 5427728.

HSL color Cylindrical-coordinate representation of color #10D252: hue angle of 140.41º 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 #10D252 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB1621082-
CMYK0.9200.610.18
HSL140.41º85.84%44.31%-
HSV(B)140.41º92.38%82.35%-
XYZ24.7846.8115.71-
YUV137.496.7341.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.19%
GREEN value IS 210 (82.42% from 255) = 68.18%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=5.19%
G=68.18%
B=26.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16210820.9200.610.18140.4185.8444.31
Hex10D2525C03D128c562c
Octal203221221340752221412654
Binary100001101001010100101011100011110110010100011001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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