Html Css Color HEX #1FCA70 Mountain Meadow

📋 copy color: '#1FCA70'

red 31 ◦ green 202 ◦ blue 112

#1FCA70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #1FCA70

Tints of Mountain Meadow #1FCA70

RGB

 RED value IS 31 (12.5% from 255) = 8.99%

 GREEN value IS 202 (79.3% from 255) = 58.55%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 8.99%
G = 58.55%
B = 32.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#1FCA70 (or 0x1FCA70) is known color: Mountain Meadow. HEX triplet: 1F, CA and 70. RGB value is (31,202,112). Sum of RGB (Red+Green+Blue) = 31+202+112=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCA70 is #E0358F. Grayscale: #8C8C8C. Windows color (decimal): -14693776 or 7391775. OLE color: 7391775.

HSL color Cylindrical-coordinate representation of color #1FCA70: hue angle of 148.42º 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 #1FCA70 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 112 -
CMYK 0.85 0 0.45 0.21
HSL 148.42º 0.73% 0.46% -
HSV(B) 148.42º 0.85% 0.79% -
XYZ 24.61 43.7 22.47 -
YUV 140.61 111.85 49.82 -
System Red Green Blue C M Y K H S L
Decimal 31 202 112 0.85 0 0.45 0.21 148.42 0.73 0.46
Hex 1F CA 70 55 0 2D 15 94 49 2E
Octal 37 312 160 125 0 55 25 224 111 56
Binary 11111 11001010 1110000 1010101 0 101101 10101 10010100 1001001 101110

Color Harmonies of #1FCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA70

Black with #1FCA70

Text Example


Text Example

White with #1FCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FCA70;
 }
 .AnyTagClassName
 {
   color: #1FCA70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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