Html Css Color HEX #10DA66 Malachite

📋 copy color: '#10DA66'

red 16 ◦ green 218 ◦ blue 102

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

Shades of Malachite #10DA66

Tints of Malachite #10DA66

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.88%

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 4.76%
G = 64.88%
B = 30.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#10DA66 (or 0x10DA66) is known color: Malachite. HEX triplet: 10, DA and 66. RGB value is (16,218,102). Sum of RGB (Red+Green+Blue) = 16+218+102=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DA66 is #EF2599. Grayscale: #909090. Windows color (decimal): -15672730 or 6740496. OLE color: 6740496.

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

Color convert

RGB 16 218 102 -
CMYK 0.93 0 0.53 0.15
HSL 145.54º 0.86% 0.46% -
HSV(B) 145.54º 0.93% 0.85% -
XYZ 27.68 51.21 21 -
YUV 144.38 104.08 36.43 -
System Red Green Blue C M Y K H S L
Decimal 16 218 102 0.93 0 0.53 0.15 145.54 0.86 0.46
Hex 10 DA 66 5D 0 35 F 92 56 2E
Octal 20 332 146 135 0 65 17 222 126 56
Binary 10000 11011010 1100110 1011101 0 110101 1111 10010010 1010110 101110

Color Harmonies of #10DA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DA66

Black with #10DA66

Text Example


Text Example

White with #10DA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,218,102); }

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

background-color css

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

 a { background-color: rgb(16,218,102); }

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

border-color css

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

 span { border-color: rgb(16,218,102); }

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