Html Css Color HEX #1AF04A Malachite

📋 copy color: '#1AF04A'

red 26 ◦ green 240 ◦ blue 74

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

Shades of Malachite #1AF04A

Tints of Malachite #1AF04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 7.65%
G = 70.59%
B = 21.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#1AF04A (or 0x1AF04A) is known color: Malachite. HEX triplet: 1A, F0 and 4A. RGB value is (26,240,74). Sum of RGB (Red+Green+Blue) = 26+240+74=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 240 (94.14% from 255 or 70.59% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF04A is #E50FB5. Grayscale: #9D9D9D. Windows color (decimal): -15011766 or 4911130. OLE color: 4911130.

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

Color convert

RGB 26 240 74 -
CMYK 0.89 0 0.69 0.06
HSL 133.46º 0.88% 0.52% -
HSV(B) 133.46º 0.89% 0.94% -
XYZ 32.82 63.03 16.92 -
YUV 157.09 81.1 34.5 -
System Red Green Blue C M Y K H S L
Decimal 26 240 74 0.89 0 0.69 0.06 133.46 0.88 0.52
Hex 1A F0 4A 59 0 45 6 85 58 34
Octal 32 360 112 131 0 105 6 205 130 64
Binary 11010 11110000 1001010 1011001 0 1000101 110 10000101 1011000 110100

Color Harmonies of #1AF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF04A

Black with #1AF04A

Text Example


Text Example

White with #1AF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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