#1ad03f

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

Shades of Malachite #1AD03F

Tints of Malachite #1AD03F

Color information

#1AD03F (or 0x1AD03F) is unknown color: approx Malachite. HEX triplet: 1A, D0 and 3F. RGB value is (26,208,63). Sum of RGB (Red+Green+Blue) = 26+208+63=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD03F is #E52FC0. Grayscale: #898989. Windows color (decimal): -15019969 or 4182042. OLE color: 4182042.

HSL color Cylindrical-coordinate representation of color #1AD03F: hue angle of 132.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD03F is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2620863-
CMYK0.8800.700.18
HSL132.2º77.78%45.88%-
HSV(B)132.2º87.5%81.57%-
XYZ23.8845.6912.26-
YUV137.0586.248.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 208 (81.64% from 255) = 70.03%
BLUE value IS 63 (25% from 255) = 21.21%
R=8.75%
G=70.03%
B=21.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26208630.8800.700.18132.277.7845.88
Hex1AD03F5804612844e2e
Octal323207713001062220411656
Binary110101101000011111110110000100011010010100001001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ad03f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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