Html Css Color HEX #10D65F Malachite

📋 copy color: '#10D65F'

red 16 ◦ green 214 ◦ blue 95

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

Shades of Malachite #10D65F

Tints of Malachite #10D65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 4.92%
G = 65.85%
B = 29.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#10D65F (or 0x10D65F) is known color: Malachite. HEX triplet: 10, D6 and 5F. RGB value is (16,214,95). Sum of RGB (Red+Green+Blue) = 16+214+95=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #10D65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D65F is #EF29A0. Grayscale: #8D8D8D. Windows color (decimal): -15673761 or 6280720. OLE color: 6280720.

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

Color convert

RGB 16 214 95 -
CMYK 0.93 0 0.56 0.16
HSL 143.94º 0.86% 0.45% -
HSV(B) 143.94º 0.93% 0.84% -
XYZ 26.33 49.03 18.9 -
YUV 141.23 101.9 38.68 -
System Red Green Blue C M Y K H S L
Decimal 16 214 95 0.93 0 0.56 0.16 143.94 0.86 0.45
Hex 10 D6 5F 5D 0 38 10 90 56 2D
Octal 20 326 137 135 0 70 20 220 126 55
Binary 10000 11010110 1011111 1011101 0 111000 10000 10010000 1010110 101101

Color Harmonies of #10D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D65F

Black with #10D65F

Text Example


Text Example

White with #10D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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