Html Css Color HEX #1AF05F Malachite

📋 copy color: '#1AF05F'

red 26 ◦ green 240 ◦ blue 95

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

Shades of Malachite #1AF05F

Tints of Malachite #1AF05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 7.2%
G = 66.48%
B = 26.32%

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

#1AF05F (or 0x1AF05F) is known color: Malachite. HEX triplet: 1A, F0 and 5F. RGB value is (26,240,95). Sum of RGB (Red+Green+Blue) = 26+240+95=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF05F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF05F is #E50FA0. Grayscale: #9F9F9F. Windows color (decimal): -15011745 or 6287386. OLE color: 6287386.

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

Color convert

RGB 26 240 95 -
CMYK 0.89 0 0.60 0.06
HSL 139.35º 0.88% 0.52% -
HSV(B) 139.35º 0.89% 0.94% -
XYZ 33.65 63.37 21.28 -
YUV 159.48 91.6 32.79 -
System Red Green Blue C M Y K H S L
Decimal 26 240 95 0.89 0 0.60 0.06 139.35 0.88 0.52
Hex 1A F0 5F 59 0 3C 6 8B 58 34
Octal 32 360 137 131 0 74 6 213 130 64
Binary 11010 11110000 1011111 1011001 0 111100 110 10001011 1011000 110100

Color Harmonies of #1AF05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF05F

Black with #1AF05F

Text Example


Text Example

White with #1AF05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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