Html Css Color HEX #1AF061 Malachite

📋 copy color: '#1AF061'

red 26 ◦ green 240 ◦ blue 97

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

Shades of Malachite #1AF061

Tints of Malachite #1AF061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.72%

R = 7.16%
G = 66.12%
B = 26.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#1AF061 (or 0x1AF061) is known color: Malachite. HEX triplet: 1A, F0 and 61. RGB value is (26,240,97). Sum of RGB (Red+Green+Blue) = 26+240+97=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF061 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF061 is #E50F9E. Grayscale: #A0A0A0. Windows color (decimal): -15011743 or 6418458. OLE color: 6418458.

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

Color convert

RGB 26 240 97 -
CMYK 0.89 0 0.60 0.06
HSL 139.91º 0.88% 0.52% -
HSV(B) 139.91º 0.89% 0.94% -
XYZ 33.74 63.4 21.77 -
YUV 159.71 92.6 32.63 -
System Red Green Blue C M Y K H S L
Decimal 26 240 97 0.89 0 0.60 0.06 139.91 0.88 0.52
Hex 1A F0 61 59 0 3C 6 8C 58 34
Octal 32 360 141 131 0 74 6 214 130 64
Binary 11010 11110000 1100001 1011001 0 111100 110 10001100 1011000 110100

Color Harmonies of #1AF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF061

Black with #1AF061

Text Example


Text Example

White with #1AF061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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