Html Css Color HEX #1AF049 Malachite

📋 copy color: '#1AF049'

red 26 ◦ green 240 ◦ blue 73

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

Shades of Malachite #1AF049

Tints of Malachite #1AF049

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.8%

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

R = 7.67%
G = 70.8%
B = 21.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#1AF049 (or 0x1AF049) is known color: Malachite. HEX triplet: 1A, F0 and 49. RGB value is (26,240,73). Sum of RGB (Red+Green+Blue) = 26+240+73=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF049 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF049 is #E50FB6. Grayscale: #9D9D9D. Windows color (decimal): -15011767 or 4845594. OLE color: 4845594.

HSL color Cylindrical-coordinate representation of color #1AF049: hue angle of 133.18º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF049 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 73 -
CMYK 0.89 0 0.70 0.06
HSL 133.18º 0.88% 0.52% -
HSV(B) 133.18º 0.89% 0.94% -
XYZ 32.79 63.02 16.74 -
YUV 156.98 80.6 34.58 -
System Red Green Blue C M Y K H S L
Decimal 26 240 73 0.89 0 0.70 0.06 133.18 0.88 0.52
Hex 1A F0 49 59 0 46 6 85 58 34
Octal 32 360 111 131 0 106 6 205 130 64
Binary 11010 11110000 1001001 1011001 0 1000110 110 10000101 1011000 110100

Color Harmonies of #1AF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF049

Black with #1AF049

Text Example


Text Example

White with #1AF049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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