Html Css Color HEX #10D062 Malachite

📋 copy color: '#10D062'

red 16 ◦ green 208 ◦ blue 98

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

Shades of Malachite #10D062

Tints of Malachite #10D062

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.6%

 BLUE value IS 98 (38.67% from 255) = 30.43%

R = 4.97%
G = 64.6%
B = 30.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#10D062 (or 0x10D062) is known color: Malachite. HEX triplet: 10, D0 and 62. RGB value is (16,208,98). Sum of RGB (Red+Green+Blue) = 16+208+98=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #10D062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D062 is #EF2F9D. Grayscale: #8A8A8A. Windows color (decimal): -15675294 or 6475792. OLE color: 6475792.

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

Color convert

RGB 16 208 98 -
CMYK 0.92 0 0.53 0.18
HSL 145.63º 0.86% 0.44% -
HSV(B) 145.63º 0.92% 0.82% -
XYZ 24.97 46.1 19.14 -
YUV 138.05 105.39 40.94 -
System Red Green Blue C M Y K H S L
Decimal 16 208 98 0.92 0 0.53 0.18 145.63 0.86 0.44
Hex 10 D0 62 5C 0 35 12 92 56 2C
Octal 20 320 142 134 0 65 22 222 126 54
Binary 10000 11010000 1100010 1011100 0 110101 10010 10010010 1010110 101100

Color Harmonies of #10D062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D062

Black with #10D062

Text Example


Text Example

White with #10D062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,208,98); }

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

background-color css

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

 a { background-color: rgb(16,208,98); }

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

border-color css

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

 span { border-color: rgb(16,208,98); }

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