Html Css Color HEX #14F178 Spring Green

📋 copy color: '#14F178'

red 20 ◦ green 241 ◦ blue 120

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

Shades of Spring Green #14F178

Tints of Spring Green #14F178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 5.25%
G = 63.25%
B = 31.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#14F178 (or 0x14F178) is known color: Spring Green. HEX triplet: 14, F1 and 78. RGB value is (20,241,120). Sum of RGB (Red+Green+Blue) = 20+241+120=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #14F178 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F178 is #EB0E87. Grayscale: #A1A1A1. Windows color (decimal): -15404680 or 7926036. OLE color: 7926036.

HSL color Cylindrical-coordinate representation of color #14F178: hue angle of 147.15º 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 #14F178 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 241 120 -
CMYK 0.92 0 0.50 0.05
HSL 147.15º 0.89% 0.51% -
HSV(B) 147.15º 0.92% 0.95% -
XYZ 35.13 64.42 28.35 -
YUV 161.13 104.78 27.34 -
System Red Green Blue C M Y K H S L
Decimal 20 241 120 0.92 0 0.50 0.05 147.15 0.89 0.51
Hex 14 F1 78 5C 0 32 5 93 59 33
Octal 24 361 170 134 0 62 5 223 131 63
Binary 10100 11110001 1111000 1011100 0 110010 101 10010011 1011001 110011

Color Harmonies of #14F178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F178

Black with #14F178

Text Example


Text Example

White with #14F178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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