Html Css Color HEX #1AF664 Malachite

📋 copy color: '#1AF664'

red 26 ◦ green 246 ◦ blue 100

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

Shades of Malachite #1AF664

Tints of Malachite #1AF664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 6.99%
G = 66.13%
B = 26.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#1AF664 (or 0x1AF664) is known color: Malachite. HEX triplet: 1A, F6 and 64. RGB value is (26,246,100). Sum of RGB (Red+Green+Blue) = 26+246+100=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 246 (96.48% from 255 or 66.13% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF664 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF664 is #E5099B. Grayscale: #A3A3A3. Windows color (decimal): -15010204 or 6616602. OLE color: 6616602.

HSL color Cylindrical-coordinate representation of color #1AF664: hue angle of 140.18º 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 #1AF664 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 246 100 -
CMYK 0.89 0 0.59 0.04
HSL 140.18º 0.92% 0.53% -
HSV(B) 140.18º 0.89% 0.96% -
XYZ 35.68 67.05 23.12 -
YUV 163.58 92.11 29.87 -
System Red Green Blue C M Y K H S L
Decimal 26 246 100 0.89 0 0.59 0.04 140.18 0.92 0.53
Hex 1A F6 64 59 0 3B 4 8C 5C 35
Octal 32 366 144 131 0 73 4 214 134 65
Binary 11010 11110110 1100100 1011001 0 111011 100 10001100 1011100 110101

Color Harmonies of #1AF664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF664

Black with #1AF664

Text Example


Text Example

White with #1AF664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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