Html Css Color HEX #14F271 Spring Green

📋 copy color: '#14F271'

red 20 ◦ green 242 ◦ blue 113

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

Shades of Spring Green #14F271

Tints of Spring Green #14F271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.53%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 5.33%
G = 64.53%
B = 30.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#14F271 (or 0x14F271) is known color: Spring Green. HEX triplet: 14, F2 and 71. RGB value is (20,242,113). Sum of RGB (Red+Green+Blue) = 20+242+113=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #14F271 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F271 is #EB0D8E. Grayscale: #A1A1A1. Windows color (decimal): -15404431 or 7467540. OLE color: 7467540.

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

Color convert

RGB 20 242 113 -
CMYK 0.92 0 0.53 0.05
HSL 145.14º 0.9% 0.51% -
HSV(B) 145.14º 0.92% 0.95% -
XYZ 35.02 64.85 26.29 -
YUV 160.92 100.95 27.49 -
System Red Green Blue C M Y K H S L
Decimal 20 242 113 0.92 0 0.53 0.05 145.14 0.9 0.51
Hex 14 F2 71 5C 0 35 5 91 5A 33
Octal 24 362 161 134 0 65 5 221 132 63
Binary 10100 11110010 1110001 1011100 0 110101 101 10010001 1011010 110011

Color Harmonies of #14F271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F271

Black with #14F271

Text Example


Text Example

White with #14F271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,242,113); }

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

background-color css

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

 a { background-color: rgb(20,242,113); }

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

border-color css

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

 span { border-color: rgb(20,242,113); }

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