Html Css Color HEX #1AFF49 Malachite

📋 copy color: '#1AFF49'

red 26 ◦ green 255 ◦ blue 73

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

Shades of Malachite #1AFF49

Tints of Malachite #1AFF49

RGB

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

 GREEN value IS 255 (100% from 255) = 72.03%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 7.34%
G = 72.03%
B = 20.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#1AFF49 (or 0x1AFF49) is known color: Malachite. HEX triplet: 1A, FF and 49. RGB value is (26,255,73). Sum of RGB (Red+Green+Blue) = 26+255+73=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 255 (100% from 255 or 72.03% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF49 is #E500B6. Grayscale: #A6A6A6. Windows color (decimal): -15007927 or 4849434. OLE color: 4849434.

HSL color Cylindrical-coordinate representation of color #1AFF49: hue angle of 132.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF49 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 26 255 73 -
CMYK 0.90 0 0.71 0
HSL 132.31º 1% 0.55% -
HSV(B) 132.31º 0.9% 1% -
XYZ 37.39 72.22 18.27 -
YUV 165.78 75.63 28.3 -
System Red Green Blue C M Y K H S L
Decimal 26 255 73 0.90 0 0.71 0 132.31 1 0.55
Hex 1A FF 49 5A 0 47 0 84 64 37
Octal 32 377 111 132 0 107 0 204 144 67
Binary 11010 11111111 1001001 1011010 0 1000111 0 10000100 1100100 110111

Color Harmonies of #1AFF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFF49

Black with #1AFF49

Text Example


Text Example

White with #1AFF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,255,73); }

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

background-color css

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

 a { background-color: rgb(26,255,73); }

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

border-color css

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

 span { border-color: rgb(26,255,73); }

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