Html Css Color HEX #1FECAF Medium Spring Green

📋 copy color: '#1FECAF'

red 31 ◦ green 236 ◦ blue 175

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

Shades of Medium Spring Green #1FECAF

Tints of Medium Spring Green #1FECAF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.39%

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 7.01%
G = 53.39%
B = 39.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#1FECAF (or 0x1FECAF) is known color: Medium Spring Green. HEX triplet: 1F, EC and AF. RGB value is (31,236,175). Sum of RGB (Red+Green+Blue) = 31+236+175=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FECAF is #E01350. Grayscale: #A7A7A7. Windows color (decimal): -14685009 or 11529247. OLE color: 11529247.

HSL color Cylindrical-coordinate representation of color #1FECAF: hue angle of 162.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECAF is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 236 175 -
CMYK 0.87 0 0.26 0.07
HSL 162.15º 0.84% 0.52% -
HSV(B) 162.15º 0.87% 0.93% -
XYZ 38.3 63.38 50.77 -
YUV 167.75 132.08 30.46 -
System Red Green Blue C M Y K H S L
Decimal 31 236 175 0.87 0 0.26 0.07 162.15 0.84 0.52
Hex 1F EC AF 57 0 1A 7 A2 54 34
Octal 37 354 257 127 0 32 7 242 124 64
Binary 11111 11101100 10101111 1010111 0 11010 111 10100010 1010100 110100

Color Harmonies of #1FECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FECAF

Black with #1FECAF

Text Example


Text Example

White with #1FECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,236,175); }

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

background-color css

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

 a { background-color: rgb(31,236,175); }

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

border-color css

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

 span { border-color: rgb(31,236,175); }

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