Html Css Color HEX #1AF060 Malachite

📋 copy color: '#1AF060'

red 26 ◦ green 240 ◦ blue 96

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

Shades of Malachite #1AF060

Tints of Malachite #1AF060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 7.18%
G = 66.3%
B = 26.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#1AF060 (or 0x1AF060) is known color: Malachite. HEX triplet: 1A, F0 and 60. RGB value is (26,240,96). Sum of RGB (Red+Green+Blue) = 26+240+96=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF060 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF060 is #E50F9F. Grayscale: #9F9F9F. Windows color (decimal): -15011744 or 6352922. OLE color: 6352922.

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

Color convert

RGB 26 240 96 -
CMYK 0.89 0 0.6 0.06
HSL 139.63º 0.88% 0.52% -
HSV(B) 139.63º 0.89% 0.94% -
XYZ 33.7 63.38 21.52 -
YUV 159.6 92.1 32.71 -
System Red Green Blue C M Y K H S L
Decimal 26 240 96 0.89 0 0.6 0.06 139.63 0.88 0.52
Hex 1A F0 60 59 0 3C 6 8C 58 34
Octal 32 360 140 131 0 74 6 214 130 64
Binary 11010 11110000 1100000 1011001 0 111100 110 10001100 1011000 110100

Color Harmonies of #1AF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF060

Black with #1AF060

Text Example


Text Example

White with #1AF060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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