Html Css Color HEX #1AD042 Malachite

📋 copy color: '#1AD042'

red 26 ◦ green 208 ◦ blue 66

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

Shades of Malachite #1AD042

Tints of Malachite #1AD042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22%

R = 8.67%
G = 69.33%
B = 22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#1AD042 (or 0x1AD042) is known color: Malachite. HEX triplet: 1A, D0 and 42. RGB value is (26,208,66). Sum of RGB (Red+Green+Blue) = 26+208+66=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD042 is #E52FBD. Grayscale: #898989. Windows color (decimal): -15019966 or 4378650. OLE color: 4378650.

HSL color Cylindrical-coordinate representation of color #1AD042: hue angle of 133.19º 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 #1AD042 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 208 66 -
CMYK 0.88 0 0.68 0.18
HSL 133.19º 0.78% 0.46% -
HSV(B) 133.19º 0.88% 0.82% -
XYZ 23.97 45.72 12.72 -
YUV 137.39 87.7 48.55 -
System Red Green Blue C M Y K H S L
Decimal 26 208 66 0.88 0 0.68 0.18 133.19 0.78 0.46
Hex 1A D0 42 58 0 44 12 85 4E 2E
Octal 32 320 102 130 0 104 22 205 116 56
Binary 11010 11010000 1000010 1011000 0 1000100 10010 10000101 1001110 101110

Color Harmonies of #1AD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD042

Black with #1AD042

Text Example


Text Example

White with #1AD042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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