Html Css Color HEX #1AF45F Malachite

📋 copy color: '#1AF45F'

red 26 ◦ green 244 ◦ blue 95

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

Shades of Malachite #1AF45F

Tints of Malachite #1AF45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 7.12%
G = 66.85%
B = 26.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#1AF45F (or 0x1AF45F) is known color: Malachite. HEX triplet: 1A, F4 and 5F. RGB value is (26,244,95). Sum of RGB (Red+Green+Blue) = 26+244+95=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF45F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF45F is #E50BA0. Grayscale: #A2A2A2. Windows color (decimal): -15010721 or 6288410. OLE color: 6288410.

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

Color convert

RGB 26 244 95 -
CMYK 0.89 0 0.61 0.04
HSL 138.99º 0.91% 0.53% -
HSV(B) 138.99º 0.89% 0.96% -
XYZ 34.84 65.75 21.68 -
YUV 161.83 90.28 31.12 -
System Red Green Blue C M Y K H S L
Decimal 26 244 95 0.89 0 0.61 0.04 138.99 0.91 0.53
Hex 1A F4 5F 59 0 3D 4 8B 5B 35
Octal 32 364 137 131 0 75 4 213 133 65
Binary 11010 11110100 1011111 1011001 0 111101 100 10001011 1011011 110101

Color Harmonies of #1AF45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF45F

Black with #1AF45F

Text Example


Text Example

White with #1AF45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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