Html Css Color HEX #1AC770 Mountain Meadow

📋 copy color: '#1AC770'

red 26 ◦ green 199 ◦ blue 112

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

Shades of Mountain Meadow #1AC770

Tints of Mountain Meadow #1AC770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.05%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 7.72%
G = 59.05%
B = 33.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#1AC770 (or 0x1AC770) is known color: Mountain Meadow. HEX triplet: 1A, C7 and 70. RGB value is (26,199,112). Sum of RGB (Red+Green+Blue) = 26+199+112=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 199 (78.12% from 255 or 59.05% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 199 - color contains mainly: green. Hex color #1AC770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC770 is #E5388F. Grayscale: #898989. Windows color (decimal): -15022224 or 7391002. OLE color: 7391002.

HSL color Cylindrical-coordinate representation of color #1AC770: hue angle of 149.83º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC770 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 26 199 112 -
CMYK 0.87 0 0.44 0.22
HSL 149.83º 0.77% 0.44% -
HSV(B) 149.83º 0.87% 0.78% -
XYZ 23.77 42.24 22.23 -
YUV 137.36 113.69 48.57 -
System Red Green Blue C M Y K H S L
Decimal 26 199 112 0.87 0 0.44 0.22 149.83 0.77 0.44
Hex 1A C7 70 57 0 2C 16 96 4D 2C
Octal 32 307 160 127 0 54 26 226 115 54
Binary 11010 11000111 1110000 1010111 0 101100 10110 10010110 1001101 101100

Color Harmonies of #1AC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC770

Black with #1AC770

Text Example


Text Example

White with #1AC770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,199,112); }

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

background-color css

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

 a { background-color: rgb(26,199,112); }

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

border-color css

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

 span { border-color: rgb(26,199,112); }

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