Html Css Color HEX #1AF064 Malachite

📋 copy color: '#1AF064'

red 26 ◦ green 240 ◦ blue 100

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

Shades of Malachite #1AF064

Tints of Malachite #1AF064

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.57%

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

R = 7.1%
G = 65.57%
B = 27.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#1AF064 (or 0x1AF064) is known color: Malachite. HEX triplet: 1A, F0 and 64. RGB value is (26,240,100). Sum of RGB (Red+Green+Blue) = 26+240+100=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF064 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF064 is #E50F9B. Grayscale: #A0A0A0. Windows color (decimal): -15011740 or 6615066. OLE color: 6615066.

HSL color Cylindrical-coordinate representation of color #1AF064: hue angle of 140.75º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF064 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 100 -
CMYK 0.89 0 0.58 0.06
HSL 140.75º 0.88% 0.52% -
HSV(B) 140.75º 0.89% 0.94% -
XYZ 33.89 63.46 22.52 -
YUV 160.05 94.1 32.38 -
System Red Green Blue C M Y K H S L
Decimal 26 240 100 0.89 0 0.58 0.06 140.75 0.88 0.52
Hex 1A F0 64 59 0 3A 6 8D 58 34
Octal 32 360 144 131 0 72 6 215 130 64
Binary 11010 11110000 1100100 1011001 0 111010 110 10001101 1011000 110100

Color Harmonies of #1AF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF064

Black with #1AF064

Text Example


Text Example

White with #1AF064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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