Html Css Color HEX #1AD052 Malachite

📋 copy color: '#1AD052'

red 26 ◦ green 208 ◦ blue 82

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

Shades of Malachite #1AD052

Tints of Malachite #1AD052

RGB

 RED value IS 26 (10.55% from 255) = 8.23%

 GREEN value IS 208 (81.64% from 255) = 65.82%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 8.23%
G = 65.82%
B = 25.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#1AD052 (or 0x1AD052) is known color: Malachite. HEX triplet: 1A, D0 and 52. RGB value is (26,208,82). Sum of RGB (Red+Green+Blue) = 26+208+82=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD052 is #E52FAD. Grayscale: #8B8B8B. Windows color (decimal): -15019950 or 5427226. OLE color: 5427226.

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

Color convert

RGB 26 208 82 -
CMYK 0.88 0 0.61 0.18
HSL 138.46º 0.78% 0.46% -
HSV(B) 138.46º 0.88% 0.82% -
XYZ 24.5 45.94 15.56 -
YUV 139.22 95.7 47.25 -
System Red Green Blue C M Y K H S L
Decimal 26 208 82 0.88 0 0.61 0.18 138.46 0.78 0.46
Hex 1A D0 52 58 0 3D 12 8A 4E 2E
Octal 32 320 122 130 0 75 22 212 116 56
Binary 11010 11010000 1010010 1011000 0 111101 10010 10001010 1001110 101110

Color Harmonies of #1AD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD052

Black with #1AD052

Text Example


Text Example

White with #1AD052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AD052;
 }
 .AnyTagClassName
 {
   color: #1AD052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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