Html Css Color HEX #14F288 Spring Green

📋 copy color: '#14F288'

red 20 ◦ green 242 ◦ blue 136

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

Shades of Spring Green #14F288

Tints of Spring Green #14F288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 5.03%
G = 60.8%
B = 34.17%

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

#14F288 (or 0x14F288) is known color: Spring Green. HEX triplet: 14, F2 and 88. RGB value is (20,242,136). Sum of RGB (Red+Green+Blue) = 20+242+136=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #14F288 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F288 is #EB0D77. Grayscale: #A3A3A3. Windows color (decimal): -15404408 or 8974868. OLE color: 8974868.

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

Color convert

RGB 20 242 136 -
CMYK 0.92 0 0.44 0.05
HSL 151.35º 0.9% 0.51% -
HSV(B) 151.35º 0.92% 0.95% -
XYZ 36.48 65.43 34 -
YUV 163.54 112.45 25.62 -
System Red Green Blue C M Y K H S L
Decimal 20 242 136 0.92 0 0.44 0.05 151.35 0.9 0.51
Hex 14 F2 88 5C 0 2C 5 97 5A 33
Octal 24 362 210 134 0 54 5 227 132 63
Binary 10100 11110010 10001000 1011100 0 101100 101 10010111 1011010 110011

Color Harmonies of #14F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F288

Black with #14F288

Text Example


Text Example

White with #14F288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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