#1AC770

Color #1AC770 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1AC770

Tints of Mountain Meadow #1AC770

Color information

#1AC770 (or 0x1AC770) is unknown color: approx 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

RGB26199112-
CMYK0.8700.440.22
HSL149.83º76.89%44.12%-
HSV(B)149.83º86.93%78.04%-
XYZ23.7742.2422.23-
YUV137.35113.6948.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.72%
GREEN value IS 199 (78.12% 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 (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261991120.8700.440.22149.8376.8944.12
Hex1AC7705702C16964d2c
Octal323071601270542622611554
Binary110101100011111100001010111010110010110100101101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>