Html Css Color HEX #14F186 Spring Green

📋 copy color: '#14F186'

red 20 ◦ green 241 ◦ blue 134

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

Shades of Spring Green #14F186

Tints of Spring Green #14F186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 5.06%
G = 61.01%
B = 33.92%

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

#14F186 (or 0x14F186) is known color: Spring Green. HEX triplet: 14, F1 and 86. RGB value is (20,241,134). Sum of RGB (Red+Green+Blue) = 20+241+134=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 241 (94.53% from 255 or 61.01% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 241 - color contains mainly: green. Hex color #14F186 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F186 is #EB0E79. Grayscale: #A2A2A2. Windows color (decimal): -15404666 or 8843540. OLE color: 8843540.

HSL color Cylindrical-coordinate representation of color #14F186: hue angle of 150.95º 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 #14F186 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 241 134 -
CMYK 0.92 0 0.44 0.05
HSL 150.95º 0.89% 0.51% -
HSV(B) 150.95º 0.92% 0.95% -
XYZ 36.05 64.78 33.16 -
YUV 162.72 111.78 26.2 -
System Red Green Blue C M Y K H S L
Decimal 20 241 134 0.92 0 0.44 0.05 150.95 0.89 0.51
Hex 14 F1 86 5C 0 2C 5 97 59 33
Octal 24 361 206 134 0 54 5 227 131 63
Binary 10100 11110001 10000110 1011100 0 101100 101 10010111 1011001 110011

Color Harmonies of #14F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F186

Black with #14F186

Text Example


Text Example

White with #14F186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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