Html Css Color HEX #1AF740 Malachite

📋 copy color: '#1AF740'

red 26 ◦ green 247 ◦ blue 64

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

Shades of Malachite #1AF740

Tints of Malachite #1AF740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 7.72%
G = 73.29%
B = 18.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#1AF740 (or 0x1AF740) is known color: Malachite. HEX triplet: 1A, F7 and 40. RGB value is (26,247,64). Sum of RGB (Red+Green+Blue) = 26+247+64=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF740 is #E508BF. Grayscale: #A0A0A0. Windows color (decimal): -15009984 or 4257562. OLE color: 4257562.

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

Color convert

RGB 26 247 64 -
CMYK 0.89 0 0.74 0.03
HSL 130.32º 0.93% 0.54% -
HSV(B) 130.32º 0.89% 0.97% -
XYZ 34.61 67.11 15.98 -
YUV 160.06 73.78 32.38 -
System Red Green Blue C M Y K H S L
Decimal 26 247 64 0.89 0 0.74 0.03 130.32 0.93 0.54
Hex 1A F7 40 59 0 4A 3 82 5D 36
Octal 32 367 100 131 0 112 3 202 135 66
Binary 11010 11110111 1000000 1011001 0 1001010 11 10000010 1011101 110110

Color Harmonies of #1AF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF740

Black with #1AF740

Text Example


Text Example

White with #1AF740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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