Html Css Color HEX #14F180 Spring Green

📋 copy color: '#14F180'

red 20 ◦ green 241 ◦ blue 128

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

Shades of Spring Green #14F180

Tints of Spring Green #14F180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 5.14%
G = 61.95%
B = 32.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#14F180 (or 0x14F180) is known color: Spring Green. HEX triplet: 14, F1 and 80. RGB value is (20,241,128). Sum of RGB (Red+Green+Blue) = 20+241+128=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #14F180 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F180 is #EB0E7F. Grayscale: #A2A2A2. Windows color (decimal): -15404672 or 8450324. OLE color: 8450324.

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

Color convert

RGB 20 241 128 -
CMYK 0.92 0 0.47 0.05
HSL 149.32º 0.89% 0.51% -
HSV(B) 149.32º 0.92% 0.95% -
XYZ 35.64 64.62 31.02 -
YUV 162.04 108.78 26.69 -
System Red Green Blue C M Y K H S L
Decimal 20 241 128 0.92 0 0.47 0.05 149.32 0.89 0.51
Hex 14 F1 80 5C 0 2F 5 95 59 33
Octal 24 361 200 134 0 57 5 225 131 63
Binary 10100 11110001 10000000 1011100 0 101111 101 10010101 1011001 110011

Color Harmonies of #14F180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F180

Black with #14F180

Text Example


Text Example

White with #14F180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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