Html Css Color HEX #1AD068 Malachite

📋 copy color: '#1AD068'

red 26 ◦ green 208 ◦ blue 104

#1AD068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #1AD068

Tints of Malachite #1AD068

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 value IS 0.88

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#1AD068 (or 0x1AD068) is known color: 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

RGB 26 208 104 -
CMYK 0.88 0 0.5 0.18
HSL 145.71º 0.78% 0.46% -
HSV(B) 145.71º 0.88% 0.82% -
XYZ 25.48 46.33 20.7 -
YUV 141.73 106.7 45.46 -
System Red Green Blue C M Y K H S L
Decimal 26 208 104 0.88 0 0.5 0.18 145.71 0.78 0.46
Hex 1A D0 68 58 0 32 12 92 4E 2E
Octal 32 320 150 130 0 62 22 222 116 56
Binary 11010 11010000 1101000 1011000 0 110010 10010 10010010 1001110 101110

Color Harmonies of #1AD068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD068

Black with #1AD068

Text Example


Text Example

White with #1AD068

Text Example


Text Example

HTML Codes & Css Web 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>