#1AD068

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

Shades of Malachite #1AD068

Tints of Malachite #1AD068

Color information

#1AD068 (or 0x1AD068) is unknown color: approx Malachite. HEX triplet: 1A, D0 and 68. RGB value is (26,208,104). Sum of RGB (Red+Green+Blue) = 26+208+104=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD068 is #E52F97. Grayscale: #8D8D8D. Windows color (decimal): -15019928 or 6869018. OLE color: 6869018.

HSL color Cylindrical-coordinate representation of color #1AD068: hue angle of 145.71º 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 #1AD068 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB26208104-
CMYK0.8800.50.18
HSL145.71º77.78%45.88%-
HSV(B)145.71º87.5%81.57%-
XYZ25.4846.3320.7-
YUV141.73106.745.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.69%
GREEN value IS 208 (81.64% from 255) = 61.54%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=7.69%
G=61.54%
B=30.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal262081040.8800.50.18145.7177.7845.88
Hex1AD0685803212924e2e
Octal323201501300622222211656
Binary110101101000011010001011000011001010010100100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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