Html Css Color HEX #14893A Dark Spring Green

📋 copy color: '#14893A'

red 20 ◦ green 137 ◦ blue 58

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

Shades of Dark Spring Green #14893A

Tints of Dark Spring Green #14893A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 63.72%

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 9.3%
G = 63.72%
B = 26.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#14893A (or 0x14893A) is known color: Dark Spring Green. HEX triplet: 14, 89 and 3A. RGB value is (20,137,58). Sum of RGB (Red+Green+Blue) = 20+137+58=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #14893A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14893A is #EB76C5. Grayscale: #5D5D5D. Windows color (decimal): -15431366 or 3836180. OLE color: 3836180.

HSL color Cylindrical-coordinate representation of color #14893A: hue angle of 139.49º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14893A is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 58 -
CMYK 0.85 0 0.58 0.46
HSL 139.49º 0.75% 0.31% -
HSV(B) 139.49º 0.85% 0.54% -
XYZ 10 18.35 7.02 -
YUV 93.01 108.24 75.92 -
System Red Green Blue C M Y K H S L
Decimal 20 137 58 0.85 0 0.58 0.46 139.49 0.75 0.31
Hex 14 89 3A 55 0 3A 2E 8B 4B 1F
Octal 24 211 72 125 0 72 56 213 113 37
Binary 10100 10001001 111010 1010101 0 111010 101110 10001011 1001011 11111

Color Harmonies of #14893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14893A

Black with #14893A

Text Example


Text Example

White with #14893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14893A; }

 p { color: rgb(20,137,58); }

 H1.HeaderClassName
 {
   color: #14893A;
 }
 .AnyTagClassName
 {
   color: #14893A;
 }
</style>

background-color css

<style>
 a { background-color: #14893A; }

 a { background-color: rgb(20,137,58); }

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

border-color css

<style>
 span { border-color: #14893A; }

 span { border-color: rgb(20,137,58); }

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