#14F077

Color #14F077 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #14F077

Tints of Spring Green #14F077

Color information

#14F077 (or 0x14F077) is unknown color: approx Spring Green. HEX triplet: 14, F0 and 77. RGB value is (20,240,119). Sum of RGB (Red+Green+Blue) = 20+240+119=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #14F077 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F077 is #EB0F88. Grayscale: #A0A0A0. Windows color (decimal): -15404937 or 7860244. OLE color: 7860244.

HSL color Cylindrical-coordinate representation of color #14F077: hue angle of 147º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F077 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB20240119-
CMYK0.9200.500.06
HSL147º88%50.98%-
HSV(B)147º91.67%94.12%-
XYZ34.7863.827.93-
YUV160.43104.6127.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 240 (94.14% from 255) = 63.32%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=5.28%
G=63.32%
B=31.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202401190.9200.500.061478850.98
Hex14F0775C0326935833
Octal24360167134062622313063
Binary1010011110000111011110111000110010110100100111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14F077;
 }
 .AnyTagClassName
 {
   color: #14F077;
 }
</style>
background-color css

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

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

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

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

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

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