#1FAD6C

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

Shades of Mountain Meadow #1FAD6C

Tints of Mountain Meadow #1FAD6C

Color information

#1FAD6C (or 0x1FAD6C) is unknown color: approx Mountain Meadow. HEX triplet: 1F, AD and 6C. RGB value is (31,173,108). Sum of RGB (Red+Green+Blue) = 31+173+108=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD6C is #E05293. Grayscale: #7B7B7B. Windows color (decimal): -14701204 or 7122207. OLE color: 7122207.

HSL color Cylindrical-coordinate representation of color #1FAD6C: hue angle of 152.54º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD6C is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB31173108-
CMYK0.8200.380.32
HSL152.54º69.61%40%-
HSV(B)152.54º82.08%67.84%-
XYZ18.2231.2619.26-
YUV123.13119.4662.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.94%
GREEN value IS 173 (67.97% from 255) = 55.45%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=9.94%
G=55.45%
B=34.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311731080.8200.380.32152.5469.6140
Hex1FAD6C5202620994628
Octal372551541220464023110650
Binary1111110101101110110010100100100110100000100110011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,173,108); }

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

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

 a { background-color: rgb(31,173,108); }

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

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

 span { border-color: rgb(31,173,108); }

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