Html Css Color HEX #1AF741 Malachite

📋 copy color: '#1AF741'

red 26 ◦ green 247 ◦ blue 65

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

Shades of Malachite #1AF741

Tints of Malachite #1AF741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 7.69%
G = 73.08%
B = 19.23%

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

#1AF741 (or 0x1AF741) is known color: Malachite. HEX triplet: 1A, F7 and 41. RGB value is (26,247,65). Sum of RGB (Red+Green+Blue) = 26+247+65=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 247 (96.88% from 255 or 73.08% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF741 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF741 is #E508BE. Grayscale: #A0A0A0. Windows color (decimal): -15009983 or 4323098. OLE color: 4323098.

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

Color convert

RGB 26 247 65 -
CMYK 0.89 0 0.74 0.03
HSL 130.59º 0.93% 0.54% -
HSV(B) 130.59º 0.89% 0.97% -
XYZ 34.64 67.12 16.13 -
YUV 160.17 74.28 32.3 -
System Red Green Blue C M Y K H S L
Decimal 26 247 65 0.89 0 0.74 0.03 130.59 0.93 0.54
Hex 1A F7 41 59 0 4A 3 83 5D 36
Octal 32 367 101 131 0 112 3 203 135 66
Binary 11010 11110111 1000001 1011001 0 1001010 11 10000011 1011101 110110

Color Harmonies of #1AF741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF741

Black with #1AF741

Text Example


Text Example

White with #1AF741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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