Html Css Color HEX #14F38A Spring Green

📋 copy color: '#14F38A'

red 20 ◦ green 243 ◦ blue 138

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

Shades of Spring Green #14F38A

Tints of Spring Green #14F38A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 60.6%

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 4.99%
G = 60.6%
B = 34.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#14F38A (or 0x14F38A) is known color: Spring Green. HEX triplet: 14, F3 and 8A. RGB value is (20,243,138). Sum of RGB (Red+Green+Blue) = 20+243+138=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 243 (95.31% from 255 or 60.60% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 243 - color contains mainly: green. Hex color #14F38A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F38A is #EB0C75. Grayscale: #A4A4A4. Windows color (decimal): -15404150 or 9106196. OLE color: 9106196.

HSL color Cylindrical-coordinate representation of color #14F38A: hue angle of 151.75º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F38A is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 243 138 -
CMYK 0.92 0 0.43 0.05
HSL 151.75º 0.9% 0.52% -
HSV(B) 151.75º 0.92% 0.95% -
XYZ 36.93 66.08 34.85 -
YUV 164.35 113.12 25.04 -
System Red Green Blue C M Y K H S L
Decimal 20 243 138 0.92 0 0.43 0.05 151.75 0.9 0.52
Hex 14 F3 8A 5C 0 2B 5 98 5A 34
Octal 24 363 212 134 0 53 5 230 132 64
Binary 10100 11110011 10001010 1011100 0 101011 101 10011000 1011010 110100

Color Harmonies of #14F38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F38A

Black with #14F38A

Text Example


Text Example

White with #14F38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,243,138); }

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

background-color css

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

 a { background-color: rgb(20,243,138); }

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

border-color css

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

 span { border-color: rgb(20,243,138); }

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