Html Css Color HEX #10D948 Malachite

📋 copy color: '#10D948'

red 16 ◦ green 217 ◦ blue 72

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

Shades of Malachite #10D948

Tints of Malachite #10D948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.15%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 5.25%
G = 71.15%
B = 23.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#10D948 (or 0x10D948) is known color: Malachite. HEX triplet: 10, D9 and 48. RGB value is (16,217,72). Sum of RGB (Red+Green+Blue) = 16+217+72=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 217 (85.16% from 255 or 71.15% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 217 - color contains mainly: green. Hex color #10D948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D948 is #EF26B7. Grayscale: #8C8C8C. Windows color (decimal): -15673016 or 4774160. OLE color: 4774160.

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

Color convert

RGB 16 217 72 -
CMYK 0.93 0 0.67 0.15
HSL 136.72º 0.86% 0.46% -
HSV(B) 136.72º 0.93% 0.85% -
XYZ 26.2 50.2 14.44 -
YUV 140.37 89.41 39.29 -
System Red Green Blue C M Y K H S L
Decimal 16 217 72 0.93 0 0.67 0.15 136.72 0.86 0.46
Hex 10 D9 48 5D 0 43 F 89 56 2E
Octal 20 331 110 135 0 103 17 211 126 56
Binary 10000 11011001 1001000 1011101 0 1000011 1111 10001001 1010110 101110

Color Harmonies of #10D948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D948

Black with #10D948

Text Example


Text Example

White with #10D948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,217,72); }

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

background-color css

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

 a { background-color: rgb(16,217,72); }

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

border-color css

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

 span { border-color: rgb(16,217,72); }

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