#1FCB89

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

Shades of Mountain Meadow #1FCB89

Tints of Mountain Meadow #1FCB89

Color information

#1FCB89 (or 0x1FCB89) is unknown color: approx Mountain Meadow. HEX triplet: 1F, CB and 89. RGB value is (31,203,137). Sum of RGB (Red+Green+Blue) = 31+203+137=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCB89 is #E03476. Grayscale: #909090. Windows color (decimal): -14693495 or 9030431. OLE color: 9030431.

HSL color Cylindrical-coordinate representation of color #1FCB89: hue angle of 156.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB89 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB31203137-
CMYK0.8500.330.20
HSL156.98º73.5%45.88%-
HSV(B)156.98º84.73%79.61%-
XYZ26.4444.8130.92-
YUV144.05124.0247.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.36%
GREEN value IS 203 (79.69% from 255) = 54.72%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=8.36%
G=54.72%
B=36.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal312031370.8500.330.20156.9873.545.88
Hex1FCB8955021149d4a2e
Octal373132111250412423511256
Binary1111111001011100010011010101010000110100100111011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,203,137); }

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

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

 a { background-color: rgb(31,203,137); }

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

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

 span { border-color: rgb(31,203,137); }

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