Html Css Color HEX #10D94A Malachite

📋 copy color: '#10D94A'

red 16 ◦ green 217 ◦ blue 74

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

Shades of Malachite #10D94A

Tints of Malachite #10D94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 5.21%
G = 70.68%
B = 24.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#10D94A (or 0x10D94A) is known color: Malachite. HEX triplet: 10, D9 and 4A. RGB value is (16,217,74). Sum of RGB (Red+Green+Blue) = 16+217+74=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #10D94A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D94A is #EF26B5. Grayscale: #8C8C8C. Windows color (decimal): -15673014 or 4905232. OLE color: 4905232.

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

Color convert

RGB 16 217 74 -
CMYK 0.93 0 0.66 0.15
HSL 137.31º 0.86% 0.46% -
HSV(B) 137.31º 0.93% 0.85% -
XYZ 26.26 50.23 14.79 -
YUV 140.6 90.41 39.13 -
System Red Green Blue C M Y K H S L
Decimal 16 217 74 0.93 0 0.66 0.15 137.31 0.86 0.46
Hex 10 D9 4A 5D 0 42 F 89 56 2E
Octal 20 331 112 135 0 102 17 211 126 56
Binary 10000 11011001 1001010 1011101 0 1000010 1111 10001001 1010110 101110

Color Harmonies of #10D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D94A

Black with #10D94A

Text Example


Text Example

White with #10D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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