Html Css Color HEX #1AF64F Malachite

📋 copy color: '#1AF64F'

red 26 ◦ green 246 ◦ blue 79

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

Shades of Malachite #1AF64F

Tints of Malachite #1AF64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 70.09%

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 7.41%
G = 70.09%
B = 22.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#1AF64F (or 0x1AF64F) is known color: Malachite. HEX triplet: 1A, F6 and 4F. RGB value is (26,246,79). Sum of RGB (Red+Green+Blue) = 26+246+79=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 246 (96.48% from 255 or 70.09% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF64F is #E509B0. Grayscale: #A1A1A1. Windows color (decimal): -15010225 or 5240346. OLE color: 5240346.

HSL color Cylindrical-coordinate representation of color #1AF64F: hue angle of 134.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF64F is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 246 79 -
CMYK 0.89 0 0.68 0.04
HSL 134.45º 0.92% 0.53% -
HSV(B) 134.45º 0.89% 0.96% -
XYZ 34.79 66.7 18.44 -
YUV 161.18 81.61 31.58 -
System Red Green Blue C M Y K H S L
Decimal 26 246 79 0.89 0 0.68 0.04 134.45 0.92 0.53
Hex 1A F6 4F 59 0 44 4 86 5C 35
Octal 32 366 117 131 0 104 4 206 134 65
Binary 11010 11110110 1001111 1011001 0 1000100 100 10000110 1011100 110101

Color Harmonies of #1AF64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF64F

Black with #1AF64F

Text Example


Text Example

White with #1AF64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,246,79); }

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

background-color css

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

 a { background-color: rgb(26,246,79); }

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

border-color css

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

 span { border-color: rgb(26,246,79); }

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