Html Css Color HEX #1AF742 Malachite

📋 copy color: '#1AF742'

red 26 ◦ green 247 ◦ blue 66

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

Shades of Malachite #1AF742

Tints of Malachite #1AF742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 7.67%
G = 72.86%
B = 19.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#1AF742 (or 0x1AF742) is known color: Malachite. HEX triplet: 1A, F7 and 42. RGB value is (26,247,66). Sum of RGB (Red+Green+Blue) = 26+247+66=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 247 (96.88% from 255 or 72.86% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF742 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF742 is #E508BD. Grayscale: #A0A0A0. Windows color (decimal): -15009982 or 4388634. OLE color: 4388634.

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

Color convert

RGB 26 247 66 -
CMYK 0.89 0 0.73 0.03
HSL 130.86º 0.93% 0.54% -
HSV(B) 130.86º 0.89% 0.97% -
XYZ 34.67 67.13 16.29 -
YUV 160.29 74.78 32.22 -
System Red Green Blue C M Y K H S L
Decimal 26 247 66 0.89 0 0.73 0.03 130.86 0.93 0.54
Hex 1A F7 42 59 0 49 3 83 5D 36
Octal 32 367 102 131 0 111 3 203 135 66
Binary 11010 11110111 1000010 1011001 0 1001001 11 10000011 1011101 110110

Color Harmonies of #1AF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF742

Black with #1AF742

Text Example


Text Example

White with #1AF742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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