Html Css Color HEX #14F77B Spring Green

📋 copy color: '#14F77B'

red 20 ◦ green 247 ◦ blue 123

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

Shades of Spring Green #14F77B

Tints of Spring Green #14F77B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 63.33%

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 5.13%
G = 63.33%
B = 31.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#14F77B (or 0x14F77B) is known color: Spring Green. HEX triplet: 14, F7 and 7B. RGB value is (20,247,123). Sum of RGB (Red+Green+Blue) = 20+247+123=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 247 (96.88% from 255 or 63.33% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 247 - color contains mainly: green. Hex color #14F77B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F77B is #EB0884. Grayscale: #A5A5A5. Windows color (decimal): -15403141 or 8124180. OLE color: 8124180.

HSL color Cylindrical-coordinate representation of color #14F77B: hue angle of 147.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F77B is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 247 123 -
CMYK 0.92 0 0.50 0.03
HSL 147.22º 0.93% 0.52% -
HSV(B) 147.22º 0.92% 0.97% -
XYZ 37.12 68.1 29.93 -
YUV 164.99 104.29 24.58 -
System Red Green Blue C M Y K H S L
Decimal 20 247 123 0.92 0 0.50 0.03 147.22 0.93 0.52
Hex 14 F7 7B 5C 0 32 3 93 5D 34
Octal 24 367 173 134 0 62 3 223 135 64
Binary 10100 11110111 1111011 1011100 0 110010 11 10010011 1011101 110100

Color Harmonies of #14F77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F77B

Black with #14F77B

Text Example


Text Example

White with #14F77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,247,123); }

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

background-color css

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

 a { background-color: rgb(20,247,123); }

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

border-color css

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

 span { border-color: rgb(20,247,123); }

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