Html Css Color HEX #14F374 Spring Green

📋 copy color: '#14F374'

red 20 ◦ green 243 ◦ blue 116

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

Shades of Spring Green #14F374

Tints of Spring Green #14F374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 5.28%
G = 64.12%
B = 30.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#14F374 (or 0x14F374) is known color: Spring Green. HEX triplet: 14, F3 and 74. RGB value is (20,243,116). Sum of RGB (Red+Green+Blue) = 20+243+116=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #14F374 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F374 is #EB0C8B. Grayscale: #A2A2A2. Windows color (decimal): -15404172 or 7664404. OLE color: 7664404.

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

Color convert

RGB 20 243 116 -
CMYK 0.92 0 0.52 0.05
HSL 145.83º 0.9% 0.52% -
HSV(B) 145.83º 0.92% 0.95% -
XYZ 35.49 65.51 27.3 -
YUV 161.85 102.12 26.83 -
System Red Green Blue C M Y K H S L
Decimal 20 243 116 0.92 0 0.52 0.05 145.83 0.9 0.52
Hex 14 F3 74 5C 0 34 5 92 5A 34
Octal 24 363 164 134 0 64 5 222 132 64
Binary 10100 11110011 1110100 1011100 0 110100 101 10010010 1011010 110100

Color Harmonies of #14F374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F374

Black with #14F374

Text Example


Text Example

White with #14F374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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