Html Css Color HEX #14F588 Spring Green

📋 copy color: '#14F588'

red 20 ◦ green 245 ◦ blue 136

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

Shades of Spring Green #14F588

Tints of Spring Green #14F588

RGB

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

 GREEN value IS 245 (96.09% from 255) = 61.1%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 4.99%
G = 61.1%
B = 33.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#14F588 (or 0x14F588) is known color: Spring Green. HEX triplet: 14, F5 and 88. RGB value is (20,245,136). Sum of RGB (Red+Green+Blue) = 20+245+136=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 245 (96.09% from 255 or 61.10% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 245 - color contains mainly: green. Hex color #14F588 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F588 is #EB0A77. Grayscale: #A5A5A5. Windows color (decimal): -15403640 or 8975636. OLE color: 8975636.

HSL color Cylindrical-coordinate representation of color #14F588: hue angle of 150.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F588 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 245 136 -
CMYK 0.92 0 0.44 0.04
HSL 150.93º 0.92% 0.52% -
HSV(B) 150.93º 0.92% 0.96% -
XYZ 37.38 67.23 34.3 -
YUV 165.3 111.46 24.36 -
System Red Green Blue C M Y K H S L
Decimal 20 245 136 0.92 0 0.44 0.04 150.93 0.92 0.52
Hex 14 F5 88 5C 0 2C 4 97 5C 34
Octal 24 365 210 134 0 54 4 227 134 64
Binary 10100 11110101 10001000 1011100 0 101100 100 10010111 1011100 110100

Color Harmonies of #14F588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F588

Black with #14F588

Text Example


Text Example

White with #14F588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,245,136); }

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

background-color css

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

 a { background-color: rgb(20,245,136); }

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

border-color css

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

 span { border-color: rgb(20,245,136); }

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