Html Css Color HEX #14F46E Spring Green

📋 copy color: '#14F46E'

red 20 ◦ green 244 ◦ blue 110

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

Shades of Spring Green #14F46E

Tints of Spring Green #14F46E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 65.24%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 5.35%
G = 65.24%
B = 29.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#14F46E (or 0x14F46E) is known color: Spring Green. HEX triplet: 14, F4 and 6E. RGB value is (20,244,110). Sum of RGB (Red+Green+Blue) = 20+244+110=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 244 (95.70% from 255 or 65.24% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 244 - color contains mainly: green. Hex color #14F46E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F46E is #EB0B91. Grayscale: #A2A2A2. Windows color (decimal): -15403922 or 7271444. OLE color: 7271444.

HSL color Cylindrical-coordinate representation of color #14F46E: hue angle of 144.11º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F46E is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 244 110 -
CMYK 0.92 0 0.55 0.04
HSL 144.11º 0.91% 0.52% -
HSV(B) 144.11º 0.92% 0.96% -
XYZ 35.45 65.98 25.62 -
YUV 161.75 98.79 26.9 -
System Red Green Blue C M Y K H S L
Decimal 20 244 110 0.92 0 0.55 0.04 144.11 0.91 0.52
Hex 14 F4 6E 5C 0 37 4 90 5B 34
Octal 24 364 156 134 0 67 4 220 133 64
Binary 10100 11110100 1101110 1011100 0 110111 100 10010000 1011011 110100

Color Harmonies of #14F46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F46E

Black with #14F46E

Text Example


Text Example

White with #14F46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,244,110); }

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

background-color css

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

 a { background-color: rgb(20,244,110); }

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

border-color css

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

 span { border-color: rgb(20,244,110); }

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