Html Css Color HEX #1AF448 Malachite

📋 copy color: '#1AF448'

red 26 ◦ green 244 ◦ blue 72

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

Shades of Malachite #1AF448

Tints of Malachite #1AF448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 7.6%
G = 71.35%
B = 21.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#1AF448 (or 0x1AF448) is known color: Malachite. HEX triplet: 1A, F4 and 48. RGB value is (26,244,72). Sum of RGB (Red+Green+Blue) = 26+244+72=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 244 (95.70% from 255 or 71.35% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF448 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF448 is #E50BB7. Grayscale: #9F9F9F. Windows color (decimal): -15010744 or 4781082. OLE color: 4781082.

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

Color convert

RGB 26 244 72 -
CMYK 0.89 0 0.70 0.04
HSL 132.66º 0.91% 0.53% -
HSV(B) 132.66º 0.89% 0.96% -
XYZ 33.95 65.39 16.96 -
YUV 159.21 78.78 32.99 -
System Red Green Blue C M Y K H S L
Decimal 26 244 72 0.89 0 0.70 0.04 132.66 0.91 0.53
Hex 1A F4 48 59 0 46 4 85 5B 35
Octal 32 364 110 131 0 106 4 205 133 65
Binary 11010 11110100 1001000 1011001 0 1000110 100 10000101 1011011 110101

Color Harmonies of #1AF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF448

Black with #1AF448

Text Example


Text Example

White with #1AF448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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