Html Css Color HEX #14FC68 Spring Green

📋 copy color: '#14FC68'

red 20 ◦ green 252 ◦ blue 104

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

Shades of Spring Green #14FC68

Tints of Spring Green #14FC68

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.02%

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 5.32%
G = 67.02%
B = 27.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#14FC68 (or 0x14FC68) is known color: Spring Green. HEX triplet: 14, FC and 68. RGB value is (20,252,104). Sum of RGB (Red+Green+Blue) = 20+252+104=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FC68 is #EB0397. Grayscale: #A6A6A6. Windows color (decimal): -15401880 or 6880276. OLE color: 6880276.

HSL color Cylindrical-coordinate representation of color #14FC68: hue angle of 141.72º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FC68 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 252 104 -
CMYK 0.92 0 0.59 0.01
HSL 141.72º 0.97% 0.53% -
HSV(B) 141.72º 0.92% 0.99% -
XYZ 37.6 70.77 24.77 -
YUV 165.76 93.14 24.03 -
System Red Green Blue C M Y K H S L
Decimal 20 252 104 0.92 0 0.59 0.01 141.72 0.97 0.53
Hex 14 FC 68 5C 0 3B 1 8E 61 35
Octal 24 374 150 134 0 73 1 216 141 65
Binary 10100 11111100 1101000 1011100 0 111011 1 10001110 1100001 110101

Color Harmonies of #14FC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FC68

Black with #14FC68

Text Example


Text Example

White with #14FC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,252,104); }

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

background-color css

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

 a { background-color: rgb(20,252,104); }

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

border-color css

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

 span { border-color: rgb(20,252,104); }

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