#1AFB4E

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

Shades of Malachite #1AFB4E

Tints of Malachite #1AFB4E

Color information

#1AFB4E (or 0x1AFB4E) is unknown color: approx Malachite. HEX triplet: 1A, FB and 4E. RGB value is (26,251,78). Sum of RGB (Red+Green+Blue) = 26+251+78=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB4E is #E504B1. Grayscale: #A4A4A4. Windows color (decimal): -15008946 or 5176090. OLE color: 5176090.

HSL color Cylindrical-coordinate representation of color #1AFB4E: hue angle of 133.87º degrees, saturation: 0.97, 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 #1AFB4E is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2625178-
CMYK0.9000.690.02
HSL133.87º96.57%54.31%-
HSV(B)133.87º89.64%98.43%-
XYZ36.369.7618.76-
YUV16479.4629.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.32%
GREEN value IS 251 (98.44% from 255) = 70.70%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=7.32%
G=70.70%
B=21.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal26251780.9000.690.02133.8796.5754.31
Hex1AFB4E5A0452866136
Octal323731161320105220614166
Binary1101011111011100111010110100100010110100001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,251,78); }

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

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

 a { background-color: rgb(26,251,78); }

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

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

 span { border-color: rgb(26,251,78); }

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