Html Css Color HEX #1AD272 Malachite

📋 copy color: '#1AD272'

red 26 ◦ green 210 ◦ blue 114

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

Shades of Malachite #1AD272

Tints of Malachite #1AD272

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60%

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 7.43%
G = 60%
B = 32.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#1AD272 (or 0x1AD272) is known color: Malachite. HEX triplet: 1A, D2 and 72. RGB value is (26,210,114). Sum of RGB (Red+Green+Blue) = 26+210+114=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD272 is #E52D8D. Grayscale: #909090. Windows color (decimal): -15019406 or 7524890. OLE color: 7524890.

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

Color convert

RGB 26 210 114 -
CMYK 0.88 0 0.46 0.18
HSL 148.7º 0.78% 0.46% -
HSV(B) 148.7º 0.88% 0.82% -
XYZ 26.51 47.53 23.7 -
YUV 144.04 111.04 43.81 -
System Red Green Blue C M Y K H S L
Decimal 26 210 114 0.88 0 0.46 0.18 148.7 0.78 0.46
Hex 1A D2 72 58 0 2E 12 95 4E 2E
Octal 32 322 162 130 0 56 22 225 116 56
Binary 11010 11010010 1110010 1011000 0 101110 10010 10010101 1001110 101110

Color Harmonies of #1AD272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD272

Black with #1AD272

Text Example


Text Example

White with #1AD272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,210,114); }

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

background-color css

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

 a { background-color: rgb(26,210,114); }

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

border-color css

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

 span { border-color: rgb(26,210,114); }

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