Html Css Color HEX #14F381 Spring Green

📋 copy color: '#14F381'

red 20 ◦ green 243 ◦ blue 129

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

Shades of Spring Green #14F381

Tints of Spring Green #14F381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 5.1%
G = 61.99%
B = 32.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#14F381 (or 0x14F381) is known color: Spring Green. HEX triplet: 14, F3 and 81. RGB value is (20,243,129). Sum of RGB (Red+Green+Blue) = 20+243+129=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 243 (95.31% from 255 or 61.99% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 243 - color contains mainly: green. Hex color #14F381 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F381 is #EB0C7E. Grayscale: #A3A3A3. Windows color (decimal): -15404159 or 8516372. OLE color: 8516372.

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

Color convert

RGB 20 243 129 -
CMYK 0.92 0 0.47 0.05
HSL 149.33º 0.9% 0.52% -
HSV(B) 149.33º 0.92% 0.95% -
XYZ 36.3 65.83 31.56 -
YUV 163.33 108.62 25.77 -
System Red Green Blue C M Y K H S L
Decimal 20 243 129 0.92 0 0.47 0.05 149.33 0.9 0.52
Hex 14 F3 81 5C 0 2F 5 95 5A 34
Octal 24 363 201 134 0 57 5 225 132 64
Binary 10100 11110011 10000001 1011100 0 101111 101 10010101 1011010 110100

Color Harmonies of #14F381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F381

Black with #14F381

Text Example


Text Example

White with #14F381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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