Html Css Color HEX #1ADB41 Malachite

📋 copy color: '#1ADB41'

red 26 ◦ green 219 ◦ blue 65

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

Shades of Malachite #1ADB41

Tints of Malachite #1ADB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 70.65%

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 8.39%
G = 70.65%
B = 20.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#1ADB41 (or 0x1ADB41) is known color: Malachite. HEX triplet: 1A, DB and 41. RGB value is (26,219,65). Sum of RGB (Red+Green+Blue) = 26+219+65=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 219 (85.94% from 255 or 70.65% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADB41 is #E524BE. Grayscale: #909090. Windows color (decimal): -15017151 or 4315930. OLE color: 4315930.

HSL color Cylindrical-coordinate representation of color #1ADB41: hue angle of 132.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADB41 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 219 65 -
CMYK 0.88 0 0.70 0.14
HSL 132.12º 0.79% 0.48% -
HSV(B) 132.12º 0.88% 0.86% -
XYZ 26.71 51.26 13.49 -
YUV 143.74 83.56 44.02 -
System Red Green Blue C M Y K H S L
Decimal 26 219 65 0.88 0 0.70 0.14 132.12 0.79 0.48
Hex 1A DB 41 58 0 46 E 84 4F 30
Octal 32 333 101 130 0 106 16 204 117 60
Binary 11010 11011011 1000001 1011000 0 1000110 1110 10000100 1001111 110000

Color Harmonies of #1ADB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADB41

Black with #1ADB41

Text Example


Text Example

White with #1ADB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,219,65); }

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

background-color css

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

 a { background-color: rgb(26,219,65); }

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

border-color css

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

 span { border-color: rgb(26,219,65); }

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