Html Css Color HEX #1AF340 Malachite

📋 copy color: '#1AF340'

red 26 ◦ green 243 ◦ blue 64

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

Shades of Malachite #1AF340

Tints of Malachite #1AF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 72.97%

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

R = 7.81%
G = 72.97%
B = 19.22%

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

#1AF340 (or 0x1AF340) is known color: Malachite. HEX triplet: 1A, F3 and 40. RGB value is (26,243,64). Sum of RGB (Red+Green+Blue) = 26+243+64=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF340 is #E50CBF. Grayscale: #9E9E9E. Windows color (decimal): -15011008 or 4256538. OLE color: 4256538.

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

Color convert

RGB 26 243 64 -
CMYK 0.89 0 0.74 0.05
HSL 130.51º 0.9% 0.53% -
HSV(B) 130.51º 0.89% 0.95% -
XYZ 33.4 64.69 15.58 -
YUV 157.71 75.11 34.05 -
System Red Green Blue C M Y K H S L
Decimal 26 243 64 0.89 0 0.74 0.05 130.51 0.9 0.53
Hex 1A F3 40 59 0 4A 5 83 5A 35
Octal 32 363 100 131 0 112 5 203 132 65
Binary 11010 11110011 1000000 1011001 0 1001010 101 10000011 1011010 110101

Color Harmonies of #1AF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF340

Black with #1AF340

Text Example


Text Example

White with #1AF340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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