#1AFA3F

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

Shades of Malachite #1AFA3F

Tints of Malachite #1AFA3F

Color information

#1AFA3F (or 0x1AFA3F) is unknown color: approx Malachite. HEX triplet: 1A, FA and 3F. RGB value is (26,250,63). Sum of RGB (Red+Green+Blue) = 26+250+63=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFA3F is #E505C0. Grayscale: #A2A2A2. Windows color (decimal): -15009217 or 4192794. OLE color: 4192794.

HSL color Cylindrical-coordinate representation of color #1AFA3F: hue angle of 129.91º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFA3F is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB2625063-
CMYK0.9000.750.02
HSL129.91º95.73%54.12%-
HSV(B)129.91º89.6%98.04%-
XYZ35.5168.9516.14-
YUV161.7172.2931.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.67%
GREEN value IS 250 (98.05% from 255) = 73.75%
BLUE value IS 63 (25% from 255) = 18.58%
R=7.67%
G=73.75%
B=18.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal26250630.9000.750.02129.9195.7354.12
Hex1AFA3F5A04B2826036
Octal32372771320113220214066
Binary110101111101011111110110100100101110100000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,250,63); }

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

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

 a { background-color: rgb(26,250,63); }

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

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

 span { border-color: rgb(26,250,63); }

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