Html Css Color HEX #14F866 Spring Green

📋 copy color: '#14F866'

red 20 ◦ green 248 ◦ blue 102

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

Shades of Spring Green #14F866

Tints of Spring Green #14F866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.03%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 5.41%
G = 67.03%
B = 27.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#14F866 (or 0x14F866) is known color: Spring Green. HEX triplet: 14, F8 and 66. RGB value is (20,248,102). Sum of RGB (Red+Green+Blue) = 20+248+102=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 248 (97.27% from 255 or 67.03% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 248 - color contains mainly: green. Hex color #14F866 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F866 is #EB0799. Grayscale: #A3A3A3. Windows color (decimal): -15402906 or 6748180. OLE color: 6748180.

HSL color Cylindrical-coordinate representation of color #14F866: hue angle of 141.58º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F866 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 248 102 -
CMYK 0.92 0 0.59 0.03
HSL 141.58º 0.94% 0.53% -
HSV(B) 141.58º 0.92% 0.97% -
XYZ 36.25 68.24 23.83 -
YUV 163.18 93.46 25.87 -
System Red Green Blue C M Y K H S L
Decimal 20 248 102 0.92 0 0.59 0.03 141.58 0.94 0.53
Hex 14 F8 66 5C 0 3B 3 8E 5E 35
Octal 24 370 146 134 0 73 3 216 136 65
Binary 10100 11111000 1100110 1011100 0 111011 11 10001110 1011110 110101

Color Harmonies of #14F866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F866

Black with #14F866

Text Example


Text Example

White with #14F866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,248,102); }

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

background-color css

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

 a { background-color: rgb(20,248,102); }

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

border-color css

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

 span { border-color: rgb(20,248,102); }

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