Html Css Color HEX #14F982 Spring Green

📋 copy color: '#14F982'

red 20 ◦ green 249 ◦ blue 130

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

Shades of Spring Green #14F982

Tints of Spring Green #14F982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 5.01%
G = 62.41%
B = 32.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#14F982 (or 0x14F982) is known color: Spring Green. HEX triplet: 14, F9 and 82. RGB value is (20,249,130). Sum of RGB (Red+Green+Blue) = 20+249+130=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #14F982 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F982 is #EB067D. Grayscale: #A7A7A7. Windows color (decimal): -15402622 or 8583444. OLE color: 8583444.

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

Color convert

RGB 20 249 130 -
CMYK 0.92 0 0.48 0.02
HSL 148.82º 0.95% 0.53% -
HSV(B) 148.82º 0.92% 0.98% -
XYZ 38.19 69.51 32.52 -
YUV 166.96 107.13 23.18 -
System Red Green Blue C M Y K H S L
Decimal 20 249 130 0.92 0 0.48 0.02 148.82 0.95 0.53
Hex 14 F9 82 5C 0 30 2 95 5F 35
Octal 24 371 202 134 0 60 2 225 137 65
Binary 10100 11111001 10000010 1011100 0 110000 10 10010101 1011111 110101

Color Harmonies of #14F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F982

Black with #14F982

Text Example


Text Example

White with #14F982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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