Html Css Color HEX #14E187 Spring Green

📋 copy color: '#14E187'

red 20 ◦ green 225 ◦ blue 135

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

Shades of Spring Green #14E187

Tints of Spring Green #14E187

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.21%

 BLUE value IS 135 (53.13% from 255) = 35.53%

R = 5.26%
G = 59.21%
B = 35.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#14E187 (or 0x14E187) is known color: Spring Green. HEX triplet: 14, E1 and 87. RGB value is (20,225,135). Sum of RGB (Red+Green+Blue) = 20+225+135=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #14E187 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E187 is #EB1E78. Grayscale: #999999. Windows color (decimal): -15408761 or 8904980. OLE color: 8904980.

HSL color Cylindrical-coordinate representation of color #14E187: hue angle of 153.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E187 is Cyan = 0.91, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 135 -
CMYK 0.91 0 0.4 0.12
HSL 153.66º 0.84% 0.48% -
HSV(B) 153.66º 0.91% 0.88% -
XYZ 31.59 55.75 32.02 -
YUV 153.45 117.58 32.82 -
System Red Green Blue C M Y K H S L
Decimal 20 225 135 0.91 0 0.4 0.12 153.66 0.84 0.48
Hex 14 E1 87 5B 0 28 C 9A 54 30
Octal 24 341 207 133 0 50 14 232 124 60
Binary 10100 11100001 10000111 1011011 0 101000 1100 10011010 1010100 110000

Color Harmonies of #14E187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E187

Black with #14E187

Text Example


Text Example

White with #14E187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,225,135); }

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

background-color css

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

 a { background-color: rgb(20,225,135); }

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

border-color css

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

 span { border-color: rgb(20,225,135); }

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