#10D245

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

Shades of Malachite #10D245

Tints of Malachite #10D245

Color information

#10D245 (or 0x10D245) is unknown color: approx Malachite. HEX triplet: 10, D2 and 45. RGB value is (16,210,69). Sum of RGB (Red+Green+Blue) = 16+210+69=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #10D245 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D245 is #EF2DBA. Grayscale: #888888. Windows color (decimal): -15674811 or 4575760. OLE color: 4575760.

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

Color convert

RGB1621069-
CMYK0.9200.670.18
HSL136.39º85.84%44.31%-
HSV(B)136.39º92.38%82.35%-
XYZ24.3346.6313.35-
YUV135.9290.2342.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.42%
GREEN value IS 210 (82.42% from 255) = 71.19%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=5.42%
G=71.19%
B=23.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16210690.9200.670.18136.3985.8444.31
Hex10D2455C0431288562c
Octal2032210513401032221012654
Binary1000011010010100010110111000100001110010100010001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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