Html Css Color HEX #14F177 Spring Green

📋 copy color: '#14F177'

red 20 ◦ green 241 ◦ blue 119

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

Shades of Spring Green #14F177

Tints of Spring Green #14F177

RGB

 RED value IS 20 (8.2% from 255) = 5.26%

 GREEN value IS 241 (94.53% from 255) = 63.42%

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 5.26%
G = 63.42%
B = 31.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#14F177 (or 0x14F177) is known color: Spring Green. HEX triplet: 14, F1 and 77. RGB value is (20,241,119). Sum of RGB (Red+Green+Blue) = 20+241+119=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #14F177 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F177 is #EB0E88. Grayscale: #A1A1A1. Windows color (decimal): -15404681 or 7860500. OLE color: 7860500.

HSL color Cylindrical-coordinate representation of color #14F177: hue angle of 146.88º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F177 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 241 119 -
CMYK 0.92 0 0.51 0.05
HSL 146.88º 0.89% 0.51% -
HSV(B) 146.88º 0.92% 0.95% -
XYZ 35.07 64.39 28.03 -
YUV 161.01 104.28 27.42 -
System Red Green Blue C M Y K H S L
Decimal 20 241 119 0.92 0 0.51 0.05 146.88 0.89 0.51
Hex 14 F1 77 5C 0 33 5 93 59 33
Octal 24 361 167 134 0 63 5 223 131 63
Binary 10100 11110001 1110111 1011100 0 110011 101 10010011 1011001 110011

Color Harmonies of #14F177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F177

Black with #14F177

Text Example


Text Example

White with #14F177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14F177; }

 p { color: rgb(20,241,119); }

 H1.HeaderClassName
 {
   color: #14F177;
 }
 .AnyTagClassName
 {
   color: #14F177;
 }
</style>

background-color css

<style>
 a { background-color: #14F177; }

 a { background-color: rgb(20,241,119); }

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

border-color css

<style>
 span { border-color: #14F177; }

 span { border-color: rgb(20,241,119); }

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