Html Css Color HEX #14F282 Spring Green

📋 copy color: '#14F282'

red 20 ◦ green 242 ◦ blue 130

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

Shades of Spring Green #14F282

Tints of Spring Green #14F282

RGB

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

 GREEN value IS 242 (94.92% from 255) = 61.73%

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

R = 5.1%
G = 61.73%
B = 33.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#14F282 (or 0x14F282) is known color: Spring Green. HEX triplet: 14, F2 and 82. RGB value is (20,242,130). Sum of RGB (Red+Green+Blue) = 20+242+130=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #14F282 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F282 is #EB0D7D. Grayscale: #A3A3A3. Windows color (decimal): -15404414 or 8581652. OLE color: 8581652.

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

Color convert

RGB 20 242 130 -
CMYK 0.92 0 0.46 0.05
HSL 149.73º 0.9% 0.51% -
HSV(B) 149.73º 0.92% 0.95% -
XYZ 36.07 65.26 31.82 -
YUV 162.85 109.45 26.11 -
System Red Green Blue C M Y K H S L
Decimal 20 242 130 0.92 0 0.46 0.05 149.73 0.9 0.51
Hex 14 F2 82 5C 0 2E 5 96 5A 33
Octal 24 362 202 134 0 56 5 226 132 63
Binary 10100 11110010 10000010 1011100 0 101110 101 10010110 1011010 110011

Color Harmonies of #14F282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F282

Black with #14F282

Text Example


Text Example

White with #14F282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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