Html Css Color HEX #14FF8C Spring Green

📋 copy color: '#14FF8C'

red 20 ◦ green 255 ◦ blue 140

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

Shades of Spring Green #14FF8C

Tints of Spring Green #14FF8C

RGB

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

 GREEN value IS 255 (100% from 255) = 61.45%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 4.82%
G = 61.45%
B = 33.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#14FF8C (or 0x14FF8C) is known color: Spring Green. HEX triplet: 14, FF and 8C. RGB value is (20,255,140). Sum of RGB (Red+Green+Blue) = 20+255+140=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF8C is #EB0073. Grayscale: #ABABAB. Windows color (decimal): -15401076 or 9240340. OLE color: 9240340.

HSL color Cylindrical-coordinate representation of color #14FF8C: hue angle of 150.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF8C is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 140 -
CMYK 0.92 0 0.45 0
HSL 150.64º 1% 0.54% -
HSV(B) 150.64º 0.92% 1% -
XYZ 40.78 73.56 36.86 -
YUV 171.63 110.14 19.85 -
System Red Green Blue C M Y K H S L
Decimal 20 255 140 0.92 0 0.45 0 150.64 1 0.54
Hex 14 FF 8C 5C 0 2D 0 97 64 36
Octal 24 377 214 134 0 55 0 227 144 66
Binary 10100 11111111 10001100 1011100 0 101101 0 10010111 1100100 110110

Color Harmonies of #14FF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FF8C

Black with #14FF8C

Text Example


Text Example

White with #14FF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,255,140); }

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

background-color css

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

 a { background-color: rgb(20,255,140); }

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

border-color css

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

 span { border-color: rgb(20,255,140); }

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