Html Css Color HEX #1AD660 Malachite

📋 copy color: '#1AD660'

red 26 ◦ green 214 ◦ blue 96

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

Shades of Malachite #1AD660

Tints of Malachite #1AD660

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.69%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 7.74%
G = 63.69%
B = 28.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#1AD660 (or 0x1AD660) is known color: Malachite. HEX triplet: 1A, D6 and 60. RGB value is (26,214,96). Sum of RGB (Red+Green+Blue) = 26+214+96=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD660 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD660 is #E5299F. Grayscale: #909090. Windows color (decimal): -15018400 or 6346266. OLE color: 6346266.

HSL color Cylindrical-coordinate representation of color #1AD660: hue angle of 142.34º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD660 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 214 96 -
CMYK 0.88 0 0.55 0.16
HSL 142.34º 0.78% 0.47% -
HSV(B) 142.34º 0.88% 0.84% -
XYZ 26.58 49.16 19.15 -
YUV 144.34 100.72 43.59 -
System Red Green Blue C M Y K H S L
Decimal 26 214 96 0.88 0 0.55 0.16 142.34 0.78 0.47
Hex 1A D6 60 58 0 37 10 8E 4E 2F
Octal 32 326 140 130 0 67 20 216 116 57
Binary 11010 11010110 1100000 1011000 0 110111 10000 10001110 1001110 101111

Color Harmonies of #1AD660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD660

Black with #1AD660

Text Example


Text Example

White with #1AD660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,214,96); }

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

background-color css

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

 a { background-color: rgb(26,214,96); }

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

border-color css

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

 span { border-color: rgb(26,214,96); }

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