Html Css Color HEX #14E982 Spring Green

📋 copy color: '#14E982'

red 20 ◦ green 233 ◦ blue 130

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

Shades of Spring Green #14E982

Tints of Spring Green #14E982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.84%

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 5.22%
G = 60.84%
B = 33.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#14E982 (or 0x14E982) is known color: Spring Green. HEX triplet: 14, E9 and 82. RGB value is (20,233,130). Sum of RGB (Red+Green+Blue) = 20+233+130=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 233 (91.41% from 255 or 60.84% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 233 - color contains mainly: green. Hex color #14E982 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E982 is #EB167D. Grayscale: #9D9D9D. Windows color (decimal): -15406718 or 8579348. OLE color: 8579348.

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

Color convert

RGB 20 233 130 -
CMYK 0.91 0 0.44 0.09
HSL 150.99º 0.84% 0.5% -
HSV(B) 150.99º 0.91% 0.91% -
XYZ 33.46 60.04 30.94 -
YUV 157.57 112.43 29.88 -
System Red Green Blue C M Y K H S L
Decimal 20 233 130 0.91 0 0.44 0.09 150.99 0.84 0.5
Hex 14 E9 82 5B 0 2C 9 97 54 32
Octal 24 351 202 133 0 54 11 227 124 62
Binary 10100 11101001 10000010 1011011 0 101100 1001 10010111 1010100 110010

Color Harmonies of #14E982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E982

Black with #14E982

Text Example


Text Example

White with #14E982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,233,130); }

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

background-color css

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

 a { background-color: rgb(20,233,130); }

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

border-color css

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

 span { border-color: rgb(20,233,130); }

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