Html Css Color HEX #14F377 Spring Green

📋 copy color: '#14F377'

red 20 ◦ green 243 ◦ blue 119

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

Shades of Spring Green #14F377

Tints of Spring Green #14F377

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.61%

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

R = 5.24%
G = 63.61%
B = 31.15%

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

#14F377 (or 0x14F377) is known color: Spring Green. HEX triplet: 14, F3 and 77. RGB value is (20,243,119). Sum of RGB (Red+Green+Blue) = 20+243+119=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #14F377 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F377 is #EB0C88. Grayscale: #A2A2A2. Windows color (decimal): -15404169 or 7861012. OLE color: 7861012.

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

Color convert

RGB 20 243 119 -
CMYK 0.92 0 0.51 0.05
HSL 146.64º 0.9% 0.52% -
HSV(B) 146.64º 0.92% 0.95% -
XYZ 35.67 65.58 28.23 -
YUV 162.19 103.62 26.58 -
System Red Green Blue C M Y K H S L
Decimal 20 243 119 0.92 0 0.51 0.05 146.64 0.9 0.52
Hex 14 F3 77 5C 0 33 5 93 5A 34
Octal 24 363 167 134 0 63 5 223 132 64
Binary 10100 11110011 1110111 1011100 0 110011 101 10010011 1011010 110100

Color Harmonies of #14F377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F377

Black with #14F377

Text Example


Text Example

White with #14F377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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