Html Css Color HEX #1AFC4D Malachite

📋 copy color: '#1AFC4D'

red 26 ◦ green 252 ◦ blue 77

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

Shades of Malachite #1AFC4D

Tints of Malachite #1AFC4D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70.99%

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

R = 7.32%
G = 70.99%
B = 21.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#1AFC4D (or 0x1AFC4D) is known color: Malachite. HEX triplet: 1A, FC and 4D. RGB value is (26,252,77). Sum of RGB (Red+Green+Blue) = 26+252+77=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 252 (98.83% from 255 or 70.99% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFC4D is #E503B2. Grayscale: #A4A4A4. Windows color (decimal): -15008691 or 5110810. OLE color: 5110810.

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

Color convert

RGB 26 252 77 -
CMYK 0.90 0 0.69 0.01
HSL 133.54º 0.97% 0.55% -
HSV(B) 133.54º 0.9% 0.99% -
XYZ 36.58 70.38 18.68 -
YUV 164.48 78.63 29.23 -
System Red Green Blue C M Y K H S L
Decimal 26 252 77 0.90 0 0.69 0.01 133.54 0.97 0.55
Hex 1A FC 4D 5A 0 45 1 86 61 37
Octal 32 374 115 132 0 105 1 206 141 67
Binary 11010 11111100 1001101 1011010 0 1000101 1 10000110 1100001 110111

Color Harmonies of #1AFC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFC4D

Black with #1AFC4D

Text Example


Text Example

White with #1AFC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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