Html Css Color HEX #1AFF50 Malachite

📋 copy color: '#1AFF50'

red 26 ◦ green 255 ◦ blue 80

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

Shades of Malachite #1AFF50

Tints of Malachite #1AFF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 7.2%
G = 70.64%
B = 22.16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#1AFF50 (or 0x1AFF50) is known color: Malachite. HEX triplet: 1A, FF and 50. RGB value is (26,255,80). Sum of RGB (Red+Green+Blue) = 26+255+80=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFF50 is #E500AF. Grayscale: #A7A7A7. Windows color (decimal): -15007920 or 5308186. OLE color: 5308186.

HSL color Cylindrical-coordinate representation of color #1AFF50: hue angle of 134.15º 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 #1AFF50 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 26 255 80 -
CMYK 0.90 0 0.69 0
HSL 134.15º 1% 0.55% -
HSV(B) 134.15º 0.9% 1% -
XYZ 37.63 72.32 19.56 -
YUV 166.58 79.13 27.73 -
System Red Green Blue C M Y K H S L
Decimal 26 255 80 0.90 0 0.69 0 134.15 1 0.55
Hex 1A FF 50 5A 0 45 0 86 64 37
Octal 32 377 120 132 0 105 0 206 144 67
Binary 11010 11111111 1010000 1011010 0 1000101 0 10000110 1100100 110111

Color Harmonies of #1AFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFF50

Black with #1AFF50

Text Example


Text Example

White with #1AFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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