#1AC792

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

Shades of Mountain Meadow #1AC792

Tints of Mountain Meadow #1AC792

Color information

#1AC792 (or 0x1AC792) is unknown color: approx Mountain Meadow. HEX triplet: 1A, C7 and 92. RGB value is (26,199,146). Sum of RGB (Red+Green+Blue) = 26+199+146=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #1AC792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC792 is #E5386D. Grayscale: #8D8D8D. Windows color (decimal): -15022190 or 9619226. OLE color: 9619226.

HSL color Cylindrical-coordinate representation of color #1AC792: hue angle of 161.62º 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 #1AC792 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB26199146-
CMYK0.8700.270.22
HSL161.62º76.89%44.12%-
HSV(B)161.62º86.93%78.04%-
XYZ26.0443.1434.15-
YUV141.23130.6945.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.01%
GREEN value IS 199 (78.12% from 255) = 53.64%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=7.01%
G=53.64%
B=39.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261991460.8700.270.22161.6276.8944.12
Hex1AC7925701B16a24d2c
Octal323072221270332624211554
Binary110101100011110010010101011101101110110101000101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AC792;
 }
 .AnyTagClassName
 {
   color: #1AC792;
 }
</style>
background-color css

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

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

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

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

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

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