Html Css Color HEX #10D668 Malachite

📋 copy color: '#10D668'

red 16 ◦ green 214 ◦ blue 104

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

Shades of Malachite #10D668

Tints of Malachite #10D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.07%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 4.79%
G = 64.07%
B = 31.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#10D668 (or 0x10D668) is known color: Malachite. HEX triplet: 10, D6 and 68. RGB value is (16,214,104). Sum of RGB (Red+Green+Blue) = 16+214+104=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #10D668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D668 is #EF2997. Grayscale: #8E8E8E. Windows color (decimal): -15673752 or 6870544. OLE color: 6870544.

HSL color Cylindrical-coordinate representation of color #10D668: hue angle of 146.67º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D668 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 214 104 -
CMYK 0.93 0 0.51 0.16
HSL 146.67º 0.86% 0.45% -
HSV(B) 146.67º 0.93% 0.84% -
XYZ 26.76 49.2 21.18 -
YUV 142.26 106.4 37.94 -
System Red Green Blue C M Y K H S L
Decimal 16 214 104 0.93 0 0.51 0.16 146.67 0.86 0.45
Hex 10 D6 68 5D 0 33 10 93 56 2D
Octal 20 326 150 135 0 63 20 223 126 55
Binary 10000 11010110 1101000 1011101 0 110011 10000 10010011 1010110 101101

Color Harmonies of #10D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D668

Black with #10D668

Text Example


Text Example

White with #10D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,214,104); }

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

background-color css

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

 a { background-color: rgb(16,214,104); }

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

border-color css

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

 span { border-color: rgb(16,214,104); }

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