Html Css Color HEX #1AD077 Mountain Meadow

📋 copy color: '#1AD077'

red 26 ◦ green 208 ◦ blue 119

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

Shades of Mountain Meadow #1AD077

Tints of Mountain Meadow #1AD077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 7.37%
G = 58.92%
B = 33.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#1AD077 (or 0x1AD077) is known color: Mountain Meadow. HEX triplet: 1A, D0 and 77. RGB value is (26,208,119). Sum of RGB (Red+Green+Blue) = 26+208+119=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD077 is #E52F88. Grayscale: #8F8F8F. Windows color (decimal): -15019913 or 7852058. OLE color: 7852058.

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

Color convert

RGB 26 208 119 -
CMYK 0.88 0 0.43 0.18
HSL 150.66º 0.78% 0.46% -
HSV(B) 150.66º 0.88% 0.82% -
XYZ 26.31 46.66 25.07 -
YUV 143.44 114.2 44.24 -
System Red Green Blue C M Y K H S L
Decimal 26 208 119 0.88 0 0.43 0.18 150.66 0.78 0.46
Hex 1A D0 77 58 0 2B 12 97 4E 2E
Octal 32 320 167 130 0 53 22 227 116 56
Binary 11010 11010000 1110111 1011000 0 101011 10010 10010111 1001110 101110

Color Harmonies of #1AD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD077

Black with #1AD077

Text Example


Text Example

White with #1AD077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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