Html Css Color HEX #14F983 Spring Green

📋 copy color: '#14F983'

red 20 ◦ green 249 ◦ blue 131

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

Shades of Spring Green #14F983

Tints of Spring Green #14F983

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.25%

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 5%
G = 62.25%
B = 32.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#14F983 (or 0x14F983) is known color: Spring Green. HEX triplet: 14, F9 and 83. RGB value is (20,249,131). Sum of RGB (Red+Green+Blue) = 20+249+131=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 249 (97.66% from 255 or 62.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 249 - color contains mainly: green. Hex color #14F983 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F983 is #EB067C. Grayscale: #A7A7A7. Windows color (decimal): -15402621 or 8648980. OLE color: 8648980.

HSL color Cylindrical-coordinate representation of color #14F983: hue angle of 149.08º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F983 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 249 131 -
CMYK 0.92 0 0.47 0.02
HSL 149.08º 0.95% 0.53% -
HSV(B) 149.08º 0.92% 0.98% -
XYZ 38.26 69.54 32.88 -
YUV 167.08 107.63 23.09 -
System Red Green Blue C M Y K H S L
Decimal 20 249 131 0.92 0 0.47 0.02 149.08 0.95 0.53
Hex 14 F9 83 5C 0 2F 2 95 5F 35
Octal 24 371 203 134 0 57 2 225 137 65
Binary 10100 11111001 10000011 1011100 0 101111 10 10010101 1011111 110101

Color Harmonies of #14F983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F983

Black with #14F983

Text Example


Text Example

White with #14F983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,249,131); }

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

background-color css

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

 a { background-color: rgb(20,249,131); }

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

border-color css

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

 span { border-color: rgb(20,249,131); }

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