Html Css Color HEX #10DD69 Malachite

📋 copy color: '#10DD69'

red 16 ◦ green 221 ◦ blue 105

#10DD69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #10DD69

Tints of Malachite #10DD69

RGB

 RED value IS 16 (6.64% from 255) = 4.68%

 GREEN value IS 221 (86.72% from 255) = 64.62%

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 4.68%
G = 64.62%
B = 30.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#10DD69 (or 0x10DD69) is known color: Malachite. HEX triplet: 10, DD and 69. RGB value is (16,221,105). Sum of RGB (Red+Green+Blue) = 16+221+105=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD69 is #EF2296. Grayscale: #929292. Windows color (decimal): -15671959 or 6937872. OLE color: 6937872.

HSL color Cylindrical-coordinate representation of color #10DD69: hue angle of 146.05º 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 #10DD69 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 221 105 -
CMYK 0.93 0 0.52 0.13
HSL 146.05º 0.86% 0.46% -
HSV(B) 146.05º 0.93% 0.87% -
XYZ 28.62 52.84 22.06 -
YUV 146.48 104.58 34.93 -
System Red Green Blue C M Y K H S L
Decimal 16 221 105 0.93 0 0.52 0.13 146.05 0.86 0.46
Hex 10 DD 69 5D 0 34 D 92 56 2E
Octal 20 335 151 135 0 64 15 222 126 56
Binary 10000 11011101 1101001 1011101 0 110100 1101 10010010 1010110 101110

Color Harmonies of #10DD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD69

Black with #10DD69

Text Example


Text Example

White with #10DD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10DD69;
 }
 .AnyTagClassName
 {
   color: #10DD69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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