Html Css Color HEX #10D84B Malachite

📋 copy color: '#10D84B'

red 16 ◦ green 216 ◦ blue 75

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

Shades of Malachite #10D84B

Tints of Malachite #10D84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.36%

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 5.21%
G = 70.36%
B = 24.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#10D84B (or 0x10D84B) is known color: Malachite. HEX triplet: 10, D8 and 4B. RGB value is (16,216,75). Sum of RGB (Red+Green+Blue) = 16+216+75=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 216 (84.77% from 255 or 70.36% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 216 - color contains mainly: green. Hex color #10D84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D84B is #EF27B4. Grayscale: #8C8C8C. Windows color (decimal): -15673269 or 4970512. OLE color: 4970512.

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

Color convert

RGB 16 216 75 -
CMYK 0.93 0 0.65 0.15
HSL 137.7º 0.86% 0.45% -
HSV(B) 137.7º 0.93% 0.85% -
XYZ 26.04 49.73 14.88 -
YUV 140.13 91.24 39.46 -
System Red Green Blue C M Y K H S L
Decimal 16 216 75 0.93 0 0.65 0.15 137.7 0.86 0.45
Hex 10 D8 4B 5D 0 41 F 8A 56 2D
Octal 20 330 113 135 0 101 17 212 126 55
Binary 10000 11011000 1001011 1011101 0 1000001 1111 10001010 1010110 101101

Color Harmonies of #10D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D84B

Black with #10D84B

Text Example


Text Example

White with #10D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,216,75); }

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

background-color css

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

 a { background-color: rgb(16,216,75); }

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

border-color css

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

 span { border-color: rgb(16,216,75); }

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