Html Css Color HEX #1AF764 Malachite

📋 copy color: '#1AF764'

red 26 ◦ green 247 ◦ blue 100

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

Shades of Malachite #1AF764

Tints of Malachite #1AF764

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.22%

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

R = 6.97%
G = 66.22%
B = 26.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#1AF764 (or 0x1AF764) is known color: Malachite. HEX triplet: 1A, F7 and 64. RGB value is (26,247,100). Sum of RGB (Red+Green+Blue) = 26+247+100=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 247 (96.88% from 255 or 66.22% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF764 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF764 is #E5089B. Grayscale: #A4A4A4. Windows color (decimal): -15009948 or 6616858. OLE color: 6616858.

HSL color Cylindrical-coordinate representation of color #1AF764: hue angle of 140.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF764 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 26 247 100 -
CMYK 0.89 0 0.60 0.03
HSL 140.09º 0.93% 0.54% -
HSV(B) 140.09º 0.89% 0.97% -
XYZ 35.99 67.66 23.22 -
YUV 164.16 91.78 29.45 -
System Red Green Blue C M Y K H S L
Decimal 26 247 100 0.89 0 0.60 0.03 140.09 0.93 0.54
Hex 1A F7 64 59 0 3C 3 8C 5D 36
Octal 32 367 144 131 0 74 3 214 135 66
Binary 11010 11110111 1100100 1011001 0 111100 11 10001100 1011101 110110

Color Harmonies of #1AF764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF764

Black with #1AF764

Text Example


Text Example

White with #1AF764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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