#1AF95E

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

Shades of Malachite #1AF95E

Tints of Malachite #1AF95E

Color information

#1AF95E (or 0x1AF95E) is unknown color: approx Malachite. HEX triplet: 1A, F9 and 5E. RGB value is (26,249,94). Sum of RGB (Red+Green+Blue) = 26+249+94=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF95E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF95E is #E506A1. Grayscale: #A5A5A5. Windows color (decimal): -15009442 or 6224154. OLE color: 6224154.

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

Color convert

RGB2624994-
CMYK0.9000.620.02
HSL138.3º94.89%53.92%-
HSV(B)138.3º89.56%97.65%-
XYZ36.3268.7821.95-
YUV164.6588.1229.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.05%
GREEN value IS 249 (97.66% from 255) = 67.48%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=7.05%
G=67.48%
B=25.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal26249940.9000.620.02138.394.8953.92
Hex1AF95E5A03E28a5f36
Octal32371136132076221213766
Binary110101111100110111101011010011111010100010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,249,94); }

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

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

 a { background-color: rgb(26,249,94); }

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

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

 span { border-color: rgb(26,249,94); }

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