Html Css Color HEX #1AD073 Mountain Meadow

📋 copy color: '#1AD073'

red 26 ◦ green 208 ◦ blue 115

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

Shades of Mountain Meadow #1AD073

Tints of Mountain Meadow #1AD073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 7.45%
G = 59.6%
B = 32.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#1AD073 (or 0x1AD073) is known color: Mountain Meadow. HEX triplet: 1A, D0 and 73. RGB value is (26,208,115). Sum of RGB (Red+Green+Blue) = 26+208+115=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD073 is #E52F8C. Grayscale: #8F8F8F. Windows color (decimal): -15019917 or 7589914. OLE color: 7589914.

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

Color convert

RGB 26 208 115 -
CMYK 0.88 0 0.45 0.18
HSL 149.34º 0.78% 0.46% -
HSV(B) 149.34º 0.88% 0.82% -
XYZ 26.08 46.57 23.83 -
YUV 142.98 112.2 44.56 -
System Red Green Blue C M Y K H S L
Decimal 26 208 115 0.88 0 0.45 0.18 149.34 0.78 0.46
Hex 1A D0 73 58 0 2D 12 95 4E 2E
Octal 32 320 163 130 0 55 22 225 116 56
Binary 11010 11010000 1110011 1011000 0 101101 10010 10010101 1001110 101110

Color Harmonies of #1AD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD073

Black with #1AD073

Text Example


Text Example

White with #1AD073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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