#1AC06C

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

Shades of Mountain Meadow #1AC06C

Tints of Mountain Meadow #1AC06C

Color information

#1AC06C (or 0x1AC06C) is unknown color: approx Mountain Meadow. HEX triplet: 1A, C0 and 6C. RGB value is (26,192,108). Sum of RGB (Red+Green+Blue) = 26+192+108=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC06C is #E53F93. Grayscale: #848484. Windows color (decimal): -15024020 or 7127066. OLE color: 7127066.

HSL color Cylindrical-coordinate representation of color #1AC06C: hue angle of 149.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC06C is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB26192108-
CMYK0.8600.440.25
HSL149.64º76.15%42.75%-
HSV(B)149.64º86.46%75.29%-
XYZ21.983920.56-
YUV132.7911451.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.98%
GREEN value IS 192 (75.39% from 255) = 58.90%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=7.98%
G=58.90%
B=33.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261921080.8600.440.25149.6476.1542.75
Hex1AC06C5602C19964c2b
Octal323001541260543122611453
Binary110101100000011011001010110010110011001100101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,192,108); }

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

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

 a { background-color: rgb(26,192,108); }

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

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

 span { border-color: rgb(26,192,108); }

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