Html Css Color HEX #1AD056 Malachite

📋 copy color: '#1AD056'

red 26 ◦ green 208 ◦ blue 86

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

Shades of Malachite #1AD056

Tints of Malachite #1AD056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65%

 BLUE value IS 86 (33.98% from 255) = 26.88%

R = 8.13%
G = 65%
B = 26.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#1AD056 (or 0x1AD056) is known color: Malachite. HEX triplet: 1A, D0 and 56. RGB value is (26,208,86). Sum of RGB (Red+Green+Blue) = 26+208+86=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD056 is #E52FA9. Grayscale: #8B8B8B. Windows color (decimal): -15019946 or 5689370. OLE color: 5689370.

HSL color Cylindrical-coordinate representation of color #1AD056: hue angle of 139.78º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD056 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 208 86 -
CMYK 0.88 0 0.59 0.18
HSL 139.78º 0.78% 0.46% -
HSV(B) 139.78º 0.88% 0.82% -
XYZ 24.66 46 16.38 -
YUV 139.67 97.7 46.92 -
System Red Green Blue C M Y K H S L
Decimal 26 208 86 0.88 0 0.59 0.18 139.78 0.78 0.46
Hex 1A D0 56 58 0 3B 12 8C 4E 2E
Octal 32 320 126 130 0 73 22 214 116 56
Binary 11010 11010000 1010110 1011000 0 111011 10010 10001100 1001110 101110

Color Harmonies of #1AD056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD056

Black with #1AD056

Text Example


Text Example

White with #1AD056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,208,86); }

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

background-color css

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

 a { background-color: rgb(26,208,86); }

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

border-color css

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

 span { border-color: rgb(26,208,86); }

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