Html Css Color HEX #14F386 Spring Green

📋 copy color: '#14F386'

red 20 ◦ green 243 ◦ blue 134

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

Shades of Spring Green #14F386

Tints of Spring Green #14F386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 5.04%
G = 61.21%
B = 33.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#14F386 (or 0x14F386) is known color: Spring Green. HEX triplet: 14, F3 and 86. RGB value is (20,243,134). Sum of RGB (Red+Green+Blue) = 20+243+134=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 243 (95.31% from 255 or 61.21% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 243 - color contains mainly: green. Hex color #14F386 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F386 is #EB0C79. Grayscale: #A4A4A4. Windows color (decimal): -15404154 or 8844052. OLE color: 8844052.

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

Color convert

RGB 20 243 134 -
CMYK 0.92 0 0.45 0.05
HSL 150.67º 0.9% 0.52% -
HSV(B) 150.67º 0.92% 0.95% -
XYZ 36.64 65.97 33.36 -
YUV 163.9 111.12 25.36 -
System Red Green Blue C M Y K H S L
Decimal 20 243 134 0.92 0 0.45 0.05 150.67 0.9 0.52
Hex 14 F3 86 5C 0 2D 5 97 5A 34
Octal 24 363 206 134 0 55 5 227 132 64
Binary 10100 11110011 10000110 1011100 0 101101 101 10010111 1011010 110100

Color Harmonies of #14F386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F386

Black with #14F386

Text Example


Text Example

White with #14F386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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