Html Css Color HEX #14F975 Spring Green

📋 copy color: '#14F975'

red 20 ◦ green 249 ◦ blue 117

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

Shades of Spring Green #14F975

Tints of Spring Green #14F975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 5.18%
G = 64.51%
B = 30.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#14F975 (or 0x14F975) is known color: Spring Green. HEX triplet: 14, F9 and 75. RGB value is (20,249,117). Sum of RGB (Red+Green+Blue) = 20+249+117=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 249 (97.66% from 255 or 64.51% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 249 - color contains mainly: green. Hex color #14F975 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F975 is #EB068A. Grayscale: #A5A5A5. Windows color (decimal): -15402635 or 7731476. OLE color: 7731476.

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

Color convert

RGB 20 249 117 -
CMYK 0.92 0 0.53 0.02
HSL 145.41º 0.95% 0.53% -
HSV(B) 145.41º 0.92% 0.98% -
XYZ 37.38 69.18 28.21 -
YUV 165.48 100.63 24.23 -
System Red Green Blue C M Y K H S L
Decimal 20 249 117 0.92 0 0.53 0.02 145.41 0.95 0.53
Hex 14 F9 75 5C 0 35 2 91 5F 35
Octal 24 371 165 134 0 65 2 221 137 65
Binary 10100 11111001 1110101 1011100 0 110101 10 10010001 1011111 110101

Color Harmonies of #14F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F975

Black with #14F975

Text Example


Text Example

White with #14F975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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