Html Css Color HEX #1AF062 Malachite

📋 copy color: '#1AF062'

red 26 ◦ green 240 ◦ blue 98

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

Shades of Malachite #1AF062

Tints of Malachite #1AF062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 7.14%
G = 65.93%
B = 26.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#1AF062 (or 0x1AF062) is known color: Malachite. HEX triplet: 1A, F0 and 62. RGB value is (26,240,98). Sum of RGB (Red+Green+Blue) = 26+240+98=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF062 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF062 is #E50F9D. Grayscale: #A0A0A0. Windows color (decimal): -15011742 or 6483994. OLE color: 6483994.

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

Color convert

RGB 26 240 98 -
CMYK 0.89 0 0.59 0.06
HSL 140.19º 0.88% 0.52% -
HSV(B) 140.19º 0.89% 0.94% -
XYZ 33.79 63.42 22.02 -
YUV 159.83 93.1 32.55 -
System Red Green Blue C M Y K H S L
Decimal 26 240 98 0.89 0 0.59 0.06 140.19 0.88 0.52
Hex 1A F0 62 59 0 3B 6 8C 58 34
Octal 32 360 142 131 0 73 6 214 130 64
Binary 11010 11110000 1100010 1011001 0 111011 110 10001100 1011000 110100

Color Harmonies of #1AF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF062

Black with #1AF062

Text Example


Text Example

White with #1AF062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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