Html Css Color HEX #1AF04F Malachite

📋 copy color: '#1AF04F'

red 26 ◦ green 240 ◦ blue 79

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

Shades of Malachite #1AF04F

Tints of Malachite #1AF04F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.57%

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

R = 7.54%
G = 69.57%
B = 22.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#1AF04F (or 0x1AF04F) is known color: Malachite. HEX triplet: 1A, F0 and 4F. RGB value is (26,240,79). Sum of RGB (Red+Green+Blue) = 26+240+79=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF04F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF04F is #E50FB0. Grayscale: #9E9E9E. Windows color (decimal): -15011761 or 5238810. OLE color: 5238810.

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

Color convert

RGB 26 240 79 -
CMYK 0.89 0 0.67 0.06
HSL 134.86º 0.88% 0.52% -
HSV(B) 134.86º 0.89% 0.94% -
XYZ 33 63.1 17.84 -
YUV 157.66 83.6 34.09 -
System Red Green Blue C M Y K H S L
Decimal 26 240 79 0.89 0 0.67 0.06 134.86 0.88 0.52
Hex 1A F0 4F 59 0 43 6 87 58 34
Octal 32 360 117 131 0 103 6 207 130 64
Binary 11010 11110000 1001111 1011001 0 1000011 110 10000111 1011000 110100

Color Harmonies of #1AF04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF04F

Black with #1AF04F

Text Example


Text Example

White with #1AF04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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