Html Css Color HEX #14EB85 Spring Green

📋 copy color: '#14EB85'

red 20 ◦ green 235 ◦ blue 133

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

Shades of Spring Green #14EB85

Tints of Spring Green #14EB85

RGB

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

 GREEN value IS 235 (92.19% from 255) = 60.57%

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 5.15%
G = 60.57%
B = 34.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#14EB85 (or 0x14EB85) is known color: Spring Green. HEX triplet: 14, EB and 85. RGB value is (20,235,133). Sum of RGB (Red+Green+Blue) = 20+235+133=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 235 (92.19% from 255 or 60.57% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 235 - color contains mainly: green. Hex color #14EB85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EB85 is #EB147A. Grayscale: #9F9F9F. Windows color (decimal): -15406203 or 8776468. OLE color: 8776468.

HSL color Cylindrical-coordinate representation of color #14EB85: hue angle of 151.53º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EB85 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 235 133 -
CMYK 0.91 0 0.43 0.08
HSL 151.53º 0.84% 0.5% -
HSV(B) 151.53º 0.91% 0.92% -
XYZ 34.23 61.26 32.21 -
YUV 159.09 113.27 28.79 -
System Red Green Blue C M Y K H S L
Decimal 20 235 133 0.91 0 0.43 0.08 151.53 0.84 0.5
Hex 14 EB 85 5B 0 2B 8 98 54 32
Octal 24 353 205 133 0 53 10 230 124 62
Binary 10100 11101011 10000101 1011011 0 101011 1000 10011000 1010100 110010

Color Harmonies of #14EB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EB85

Black with #14EB85

Text Example


Text Example

White with #14EB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,235,133); }

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

background-color css

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

 a { background-color: rgb(20,235,133); }

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

border-color css

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

 span { border-color: rgb(20,235,133); }

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