Html Css Color HEX #1AF14F Malachite

📋 copy color: '#1AF14F'

red 26 ◦ green 241 ◦ blue 79

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

Shades of Malachite #1AF14F

Tints of Malachite #1AF14F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.65%

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 7.51%
G = 69.65%
B = 22.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#1AF14F (or 0x1AF14F) is known color: Malachite. HEX triplet: 1A, F1 and 4F. RGB value is (26,241,79). Sum of RGB (Red+Green+Blue) = 26+241+79=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF14F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF14F is #E50EB0. Grayscale: #9E9E9E. Windows color (decimal): -15011505 or 5239066. OLE color: 5239066.

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

Color convert

RGB 26 241 79 -
CMYK 0.89 0 0.67 0.05
HSL 134.79º 0.88% 0.52% -
HSV(B) 134.79º 0.89% 0.95% -
XYZ 33.29 63.69 17.94 -
YUV 158.25 83.27 33.67 -
System Red Green Blue C M Y K H S L
Decimal 26 241 79 0.89 0 0.67 0.05 134.79 0.88 0.52
Hex 1A F1 4F 59 0 43 5 87 58 34
Octal 32 361 117 131 0 103 5 207 130 64
Binary 11010 11110001 1001111 1011001 0 1000011 101 10000111 1011000 110100

Color Harmonies of #1AF14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF14F

Black with #1AF14F

Text Example


Text Example

White with #1AF14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,241,79); }

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

background-color css

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

 a { background-color: rgb(26,241,79); }

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

border-color css

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

 span { border-color: rgb(26,241,79); }

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