Html Css Color HEX #1AF440 Malachite

📋 copy color: '#1AF440'

red 26 ◦ green 244 ◦ blue 64

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

Shades of Malachite #1AF440

Tints of Malachite #1AF440

RGB

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

 GREEN value IS 244 (95.7% from 255) = 73.05%

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

R = 7.78%
G = 73.05%
B = 19.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#1AF440 (or 0x1AF440) is known color: Malachite. HEX triplet: 1A, F4 and 40. RGB value is (26,244,64). Sum of RGB (Red+Green+Blue) = 26+244+64=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF440 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF440 is #E50BBF. Grayscale: #9E9E9E. Windows color (decimal): -15010752 or 4256794. OLE color: 4256794.

HSL color Cylindrical-coordinate representation of color #1AF440: hue angle of 130.46º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF440 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 244 64 -
CMYK 0.89 0 0.74 0.04
HSL 130.46º 0.91% 0.53% -
HSV(B) 130.46º 0.89% 0.96% -
XYZ 33.7 65.29 15.68 -
YUV 158.3 74.78 33.64 -
System Red Green Blue C M Y K H S L
Decimal 26 244 64 0.89 0 0.74 0.04 130.46 0.91 0.53
Hex 1A F4 40 59 0 4A 4 82 5B 35
Octal 32 364 100 131 0 112 4 202 133 65
Binary 11010 11110100 1000000 1011001 0 1001010 100 10000010 1011011 110101

Color Harmonies of #1AF440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF440

Black with #1AF440

Text Example


Text Example

White with #1AF440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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