Html Css Color HEX #1AF240 Malachite

📋 copy color: '#1AF240'

red 26 ◦ green 242 ◦ blue 64

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

Shades of Malachite #1AF240

Tints of Malachite #1AF240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.89%

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

R = 7.83%
G = 72.89%
B = 19.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#1AF240 (or 0x1AF240) is known color: Malachite. HEX triplet: 1A, F2 and 40. RGB value is (26,242,64). Sum of RGB (Red+Green+Blue) = 26+242+64=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF240 is #E50DBF. Grayscale: #9D9D9D. Windows color (decimal): -15011264 or 4256282. OLE color: 4256282.

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

Color convert

RGB 26 242 64 -
CMYK 0.89 0 0.74 0.05
HSL 130.56º 0.89% 0.53% -
HSV(B) 130.56º 0.89% 0.95% -
XYZ 33.1 64.09 15.48 -
YUV 157.12 75.44 34.47 -
System Red Green Blue C M Y K H S L
Decimal 26 242 64 0.89 0 0.74 0.05 130.56 0.89 0.53
Hex 1A F2 40 59 0 4A 5 83 59 35
Octal 32 362 100 131 0 112 5 203 131 65
Binary 11010 11110010 1000000 1011001 0 1001010 101 10000011 1011001 110101

Color Harmonies of #1AF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF240

Black with #1AF240

Text Example


Text Example

White with #1AF240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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