Html Css Color HEX #14833A Dark Spring Green

📋 copy color: '#14833A'

red 20 ◦ green 131 ◦ blue 58

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

Shades of Dark Spring Green #14833A

Tints of Dark Spring Green #14833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.68%

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

R = 9.57%
G = 62.68%
B = 27.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#14833A (or 0x14833A) is known color: Dark Spring Green. HEX triplet: 14, 83 and 3A. RGB value is (20,131,58). Sum of RGB (Red+Green+Blue) = 20+131+58=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #14833A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14833A is #EB7CC5. Grayscale: #595959. Windows color (decimal): -15432902 or 3834644. OLE color: 3834644.

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

Color convert

RGB 20 131 58 -
CMYK 0.85 0 0.56 0.49
HSL 140.54º 0.74% 0.3% -
HSV(B) 140.54º 0.85% 0.51% -
XYZ 9.17 16.69 6.74 -
YUV 89.49 110.23 78.44 -
System Red Green Blue C M Y K H S L
Decimal 20 131 58 0.85 0 0.56 0.49 140.54 0.74 0.3
Hex 14 83 3A 55 0 38 31 8D 4A 1E
Octal 24 203 72 125 0 70 61 215 112 36
Binary 10100 10000011 111010 1010101 0 111000 110001 10001101 1001010 11110

Color Harmonies of #14833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14833A

Black with #14833A

Text Example


Text Example

White with #14833A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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