Html Css Color HEX #1AF260 Malachite

📋 copy color: '#1AF260'

red 26 ◦ green 242 ◦ blue 96

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

Shades of Malachite #1AF260

Tints of Malachite #1AF260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.48%

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

R = 7.14%
G = 66.48%
B = 26.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#1AF260 (or 0x1AF260) is known color: Malachite. HEX triplet: 1A, F2 and 60. RGB value is (26,242,96). Sum of RGB (Red+Green+Blue) = 26+242+96=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF260 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF260 is #E50D9F. Grayscale: #A1A1A1. Windows color (decimal): -15011232 or 6353434. OLE color: 6353434.

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

Color convert

RGB 26 242 96 -
CMYK 0.89 0 0.60 0.05
HSL 139.44º 0.89% 0.53% -
HSV(B) 139.44º 0.89% 0.95% -
XYZ 34.29 64.57 21.72 -
YUV 160.77 91.44 31.87 -
System Red Green Blue C M Y K H S L
Decimal 26 242 96 0.89 0 0.60 0.05 139.44 0.89 0.53
Hex 1A F2 60 59 0 3C 5 8B 59 35
Octal 32 362 140 131 0 74 5 213 131 65
Binary 11010 11110010 1100000 1011001 0 111100 101 10001011 1011001 110101

Color Harmonies of #1AF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF260

Black with #1AF260

Text Example


Text Example

White with #1AF260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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