Html Css Color HEX #1AD04A Malachite

📋 copy color: '#1AD04A'

red 26 ◦ green 208 ◦ blue 74

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

Shades of Malachite #1AD04A

Tints of Malachite #1AD04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 8.44%
G = 67.53%
B = 24.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#1AD04A (or 0x1AD04A) is known color: Malachite. HEX triplet: 1A, D0 and 4A. RGB value is (26,208,74). Sum of RGB (Red+Green+Blue) = 26+208+74=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD04A is #E52FB5. Grayscale: #8A8A8A. Windows color (decimal): -15019958 or 4902938. OLE color: 4902938.

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

Color convert

RGB 26 208 74 -
CMYK 0.88 0 0.64 0.18
HSL 135.82º 0.78% 0.46% -
HSV(B) 135.82º 0.88% 0.82% -
XYZ 24.22 45.83 14.05 -
YUV 138.31 91.7 47.9 -
System Red Green Blue C M Y K H S L
Decimal 26 208 74 0.88 0 0.64 0.18 135.82 0.78 0.46
Hex 1A D0 4A 58 0 40 12 88 4E 2E
Octal 32 320 112 130 0 100 22 210 116 56
Binary 11010 11010000 1001010 1011000 0 1000000 10010 10001000 1001110 101110

Color Harmonies of #1AD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD04A

Black with #1AD04A

Text Example


Text Example

White with #1AD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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