Html Css Color HEX #14823A Dark Spring Green

📋 copy color: '#14823A'

red 20 ◦ green 130 ◦ blue 58

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

Shades of Dark Spring Green #14823A

Tints of Dark Spring Green #14823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.5%

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

R = 9.62%
G = 62.5%
B = 27.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#14823A (or 0x14823A) is known color: Dark Spring Green. HEX triplet: 14, 82 and 3A. RGB value is (20,130,58). Sum of RGB (Red+Green+Blue) = 20+130+58=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #14823A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14823A is #EB7DC5. Grayscale: #595959. Windows color (decimal): -15433158 or 3834388. OLE color: 3834388.

HSL color Cylindrical-coordinate representation of color #14823A: hue angle of 140.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14823A is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 58 -
CMYK 0.85 0 0.55 0.49
HSL 140.73º 0.73% 0.29% -
HSV(B) 140.73º 0.85% 0.51% -
XYZ 9.03 16.42 6.7 -
YUV 88.9 110.56 78.85 -
System Red Green Blue C M Y K H S L
Decimal 20 130 58 0.85 0 0.55 0.49 140.73 0.73 0.29
Hex 14 82 3A 55 0 37 31 8D 49 1D
Octal 24 202 72 125 0 67 61 215 111 35
Binary 10100 10000010 111010 1010101 0 110111 110001 10001101 1001001 11101

Color Harmonies of #14823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14823A

Black with #14823A

Text Example


Text Example

White with #14823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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