Html Css Color HEX #1AD274 Mountain Meadow

📋 copy color: '#1AD274'

red 26 ◦ green 210 ◦ blue 116

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

Shades of Mountain Meadow #1AD274

Tints of Mountain Meadow #1AD274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 7.39%
G = 59.66%
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

#1AD274 (or 0x1AD274) is known color: Mountain Meadow. HEX triplet: 1A, D2 and 74. RGB value is (26,210,116). Sum of RGB (Red+Green+Blue) = 26+210+116=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD274 is #E52D8B. Grayscale: #909090. Windows color (decimal): -15019404 or 7655962. OLE color: 7655962.

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

Color convert

RGB 26 210 116 -
CMYK 0.88 0 0.45 0.18
HSL 149.35º 0.78% 0.46% -
HSV(B) 149.35º 0.88% 0.82% -
XYZ 26.62 47.57 24.3 -
YUV 144.27 112.04 43.64 -
System Red Green Blue C M Y K H S L
Decimal 26 210 116 0.88 0 0.45 0.18 149.35 0.78 0.46
Hex 1A D2 74 58 0 2D 12 95 4E 2E
Octal 32 322 164 130 0 55 22 225 116 56
Binary 11010 11010010 1110100 1011000 0 101101 10010 10010101 1001110 101110

Color Harmonies of #1AD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD274

Black with #1AD274

Text Example


Text Example

White with #1AD274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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