#1ADC3B

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

Shades of Malachite #1ADC3B

Tints of Malachite #1ADC3B

Color information

#1ADC3B (or 0x1ADC3B) is unknown color: approx Malachite. HEX triplet: 1A, DC and 3B. RGB value is (26,220,59). Sum of RGB (Red+Green+Blue) = 26+220+59=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC3B is #E523C4. Grayscale: #909090. Windows color (decimal): -15016901 or 3922970. OLE color: 3922970.

HSL color Cylindrical-coordinate representation of color #1ADC3B: hue angle of 130.21º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADC3B is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2622059-
CMYK0.8800.730.14
HSL130.21º78.86%48.24%-
HSV(B)130.21º88.18%86.27%-
XYZ26.8151.7212.71-
YUV143.6480.2344.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.52%
GREEN value IS 220 (86.33% from 255) = 72.13%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=8.52%
G=72.13%
B=19.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal26220590.8800.730.14130.2178.8648.24
Hex1ADC3B58049E824f30
Octal323347313001111620211760
Binary11010110111001110111011000010010011110100000101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ADC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,220,59); }

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

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

 a { background-color: rgb(26,220,59); }

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

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

 span { border-color: rgb(26,220,59); }

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