#10DD3A

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

Shades of Malachite #10DD3A

Tints of Malachite #10DD3A

Color information

#10DD3A (or 0x10DD3A) is unknown color: approx Malachite. HEX triplet: 10, DD and 3A. RGB value is (16,221,58). Sum of RGB (Red+Green+Blue) = 16+221+58=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD3A is #EF22C5. Grayscale: #8D8D8D. Windows color (decimal): -15672006 or 3857680. OLE color: 3857680.

HSL color Cylindrical-coordinate representation of color #10DD3A: hue angle of 132.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD3A is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB1622158-
CMYK0.9300.740.13
HSL132.29º86.5%46.47%-
HSV(B)132.29º92.76%86.67%-
XYZ26.8352.1312.65-
YUV141.1281.0838.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.42%
GREEN value IS 221 (86.72% from 255) = 74.92%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=5.42%
G=74.92%
B=19.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16221580.9300.740.13132.2986.546.47
Hex10DD3A5D04AD84562e
Octal203357213501121520412656
Binary10000110111011110101011101010010101101100001001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,221,58); }

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

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

 a { background-color: rgb(16,221,58); }

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

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

 span { border-color: rgb(16,221,58); }

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