Html Css Color HEX #1AFA4D Malachite

📋 copy color: '#1AFA4D'

red 26 ◦ green 250 ◦ blue 77

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

Shades of Malachite #1AFA4D

Tints of Malachite #1AFA4D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.82%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 7.37%
G = 70.82%
B = 21.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#1AFA4D (or 0x1AFA4D) is known color: Malachite. HEX triplet: 1A, FA and 4D. RGB value is (26,250,77). Sum of RGB (Red+Green+Blue) = 26+250+77=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFA4D is #E505B2. Grayscale: #A3A3A3. Windows color (decimal): -15009203 or 5110298. OLE color: 5110298.

HSL color Cylindrical-coordinate representation of color #1AFA4D: hue angle of 133.66º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFA4D is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 250 77 -
CMYK 0.90 0 0.69 0.02
HSL 133.66º 0.96% 0.54% -
HSV(B) 133.66º 0.9% 0.98% -
XYZ 35.95 69.13 18.47 -
YUV 163.3 79.29 30.07 -
System Red Green Blue C M Y K H S L
Decimal 26 250 77 0.90 0 0.69 0.02 133.66 0.96 0.54
Hex 1A FA 4D 5A 0 45 2 86 60 36
Octal 32 372 115 132 0 105 2 206 140 66
Binary 11010 11111010 1001101 1011010 0 1000101 10 10000110 1100000 110110

Color Harmonies of #1AFA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFA4D

Black with #1AFA4D

Text Example


Text Example

White with #1AFA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,250,77); }

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

background-color css

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

 a { background-color: rgb(26,250,77); }

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

border-color css

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

 span { border-color: rgb(26,250,77); }

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