Html Css Color HEX #1AD85D Malachite

📋 copy color: '#1AD85D'

red 26 ◦ green 216 ◦ blue 93

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

Shades of Malachite #1AD85D

Tints of Malachite #1AD85D

RGB

 RED value IS 26 (10.55% from 255) = 7.76%

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 7.76%
G = 64.48%
B = 27.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#1AD85D (or 0x1AD85D) is known color: Malachite. HEX triplet: 1A, D8 and 5D. RGB value is (26,216,93). Sum of RGB (Red+Green+Blue) = 26+216+93=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD85D is #E527A2. Grayscale: #919191. Windows color (decimal): -15017891 or 6150170. OLE color: 6150170.

HSL color Cylindrical-coordinate representation of color #1AD85D: hue angle of 141.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD85D is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 216 93 -
CMYK 0.88 0 0.57 0.15
HSL 141.16º 0.79% 0.47% -
HSV(B) 141.16º 0.88% 0.85% -
XYZ 26.96 50.12 18.61 -
YUV 145.17 98.55 43 -
System Red Green Blue C M Y K H S L
Decimal 26 216 93 0.88 0 0.57 0.15 141.16 0.79 0.47
Hex 1A D8 5D 58 0 39 F 8D 4F 2F
Octal 32 330 135 130 0 71 17 215 117 57
Binary 11010 11011000 1011101 1011000 0 111001 1111 10001101 1001111 101111

Color Harmonies of #1AD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD85D

Black with #1AD85D

Text Example


Text Example

White with #1AD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AD85D; }

 p { color: rgb(26,216,93); }

 H1.HeaderClassName
 {
   color: #1AD85D;
 }
 .AnyTagClassName
 {
   color: #1AD85D;
 }
</style>

background-color css

<style>
 a { background-color: #1AD85D; }

 a { background-color: rgb(26,216,93); }

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

border-color css

<style>
 span { border-color: #1AD85D; }

 span { border-color: rgb(26,216,93); }

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