#1AF05C

Color #1AF05C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1AF05C

Tints of Malachite #1AF05C

Color information

#1AF05C (or 0x1AF05C) is unknown color: approx Malachite. HEX triplet: 1A, F0 and 5C. RGB value is (26,240,92). Sum of RGB (Red+Green+Blue) = 26+240+92=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF05C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF05C is #E50FA3. Grayscale: #9F9F9F. Windows color (decimal): -15011748 or 6090778. OLE color: 6090778.

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

Color convert

RGB2624092-
CMYK0.8900.620.06
HSL138.5º87.7%52.16%-
HSV(B)138.5º89.17%94.12%-
XYZ33.5263.3120.58-
YUV159.1490.133.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.26%
GREEN value IS 240 (94.14% from 255) = 67.04%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=7.26%
G=67.04%
B=25.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal26240920.8900.620.06138.587.752.16
Hex1AF05C5903E68b5834
Octal32360134131076621313064
Binary1101011110000101110010110010111110110100010111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AF05C;
 }
 .AnyTagClassName
 {
   color: #1AF05C;
 }
</style>
background-color css

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

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

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

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

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

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