#1AFB4C

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

Shades of Malachite #1AFB4C

Tints of Malachite #1AFB4C

Color information

#1AFB4C (or 0x1AFB4C) is unknown color: approx Malachite. HEX triplet: 1A, FB and 4C. RGB value is (26,251,76). Sum of RGB (Red+Green+Blue) = 26+251+76=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFB4C is #E504B3. Grayscale: #A4A4A4. Windows color (decimal): -15008948 or 5045018. OLE color: 5045018.

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

Color convert

RGB2625176-
CMYK0.9000.700.02
HSL133.33º96.57%54.31%-
HSV(B)133.33º89.64%98.43%-
XYZ36.2369.7418.39-
YUV163.7778.4629.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.37%
GREEN value IS 251 (98.44% from 255) = 71.10%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=7.37%
G=71.10%
B=21.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal26251760.9000.700.02133.3396.5754.31
Hex1AFB4C5A0462856136
Octal323731141320106220514166
Binary1101011111011100110010110100100011010100001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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