Html Css Color HEX #14F275 Spring Green

📋 copy color: '#14F275'

red 20 ◦ green 242 ◦ blue 117

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

Shades of Spring Green #14F275

Tints of Spring Green #14F275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 5.28%
G = 63.85%
B = 30.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#14F275 (or 0x14F275) is known color: Spring Green. HEX triplet: 14, F2 and 75. RGB value is (20,242,117). Sum of RGB (Red+Green+Blue) = 20+242+117=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #14F275 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F275 is #EB0D8A. Grayscale: #A1A1A1. Windows color (decimal): -15404427 or 7729684. OLE color: 7729684.

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

Color convert

RGB 20 242 117 -
CMYK 0.92 0 0.52 0.05
HSL 146.22º 0.9% 0.51% -
HSV(B) 146.22º 0.92% 0.95% -
XYZ 35.25 64.94 27.51 -
YUV 161.37 102.95 27.16 -
System Red Green Blue C M Y K H S L
Decimal 20 242 117 0.92 0 0.52 0.05 146.22 0.9 0.51
Hex 14 F2 75 5C 0 34 5 92 5A 33
Octal 24 362 165 134 0 64 5 222 132 63
Binary 10100 11110010 1110101 1011100 0 110100 101 10010010 1011010 110011

Color Harmonies of #14F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F275

Black with #14F275

Text Example


Text Example

White with #14F275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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