#1fca7a

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

Shades of Mountain Meadow #1FCA7A

Tints of Mountain Meadow #1FCA7A

Color information

#1FCA7A (or 0x1FCA7A) is unknown color: approx Mountain Meadow. HEX triplet: 1F, CA and 7A. RGB value is (31,202,122). Sum of RGB (Red+Green+Blue) = 31+202+122=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCA7A is #E03585. Grayscale: #8D8D8D. Windows color (decimal): -14693766 or 8047135. OLE color: 8047135.

HSL color Cylindrical-coordinate representation of color #1FCA7A: hue angle of 151.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA7A is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB31202122-
CMYK0.8500.400.21
HSL151.93º73.39%45.69%-
HSV(B)151.93º84.65%79.22%-
XYZ25.243.9425.57-
YUV141.75116.8549-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.73%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=8.73%
G=56.90%
B=34.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal312021220.8500.400.21151.9373.3945.69
Hex1FCA7A550281598492e
Octal373121721250502523011156
Binary111111100101011110101010101010100010101100110001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fca7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,202,122); }

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

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

 a { background-color: rgb(31,202,122); }

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

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

 span { border-color: rgb(31,202,122); }

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