Html Css Color HEX #14F188 Spring Green

📋 copy color: '#14F188'

red 20 ◦ green 241 ◦ blue 136

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

Shades of Spring Green #14F188

Tints of Spring Green #14F188

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.71%

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

R = 5.04%
G = 60.71%
B = 34.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#14F188 (or 0x14F188) is known color: Spring Green. HEX triplet: 14, F1 and 88. RGB value is (20,241,136). Sum of RGB (Red+Green+Blue) = 20+241+136=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #14F188 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F188 is #EB0E77. Grayscale: #A3A3A3. Windows color (decimal): -15404664 or 8974612. OLE color: 8974612.

HSL color Cylindrical-coordinate representation of color #14F188: hue angle of 151.49º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F188 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 241 136 -
CMYK 0.92 0 0.44 0.05
HSL 151.49º 0.89% 0.51% -
HSV(B) 151.49º 0.92% 0.95% -
XYZ 36.19 64.84 33.9 -
YUV 162.95 112.78 26.04 -
System Red Green Blue C M Y K H S L
Decimal 20 241 136 0.92 0 0.44 0.05 151.49 0.89 0.51
Hex 14 F1 88 5C 0 2C 5 97 59 33
Octal 24 361 210 134 0 54 5 227 131 63
Binary 10100 11110001 10001000 1011100 0 101100 101 10010111 1011001 110011

Color Harmonies of #14F188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F188

Black with #14F188

Text Example


Text Example

White with #14F188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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