Html Css Color HEX #16803A Dark Spring Green

📋 copy color: '#16803A'

red 22 ◦ green 128 ◦ blue 58

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

Shades of Dark Spring Green #16803A

Tints of Dark Spring Green #16803A

RGB

 RED value IS 22 (8.98% from 255) = 10.58%

 GREEN value IS 128 (50.39% from 255) = 61.54%

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

R = 10.58%
G = 61.54%
B = 27.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#16803A (or 0x16803A) is known color: Dark Spring Green. HEX triplet: 16, 80 and 3A. RGB value is (22,128,58). Sum of RGB (Red+Green+Blue) = 22+128+58=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #16803A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16803A is #E97FC5. Grayscale: #585858. Windows color (decimal): -15302598 or 3833878. OLE color: 3833878.

HSL color Cylindrical-coordinate representation of color #16803A: hue angle of 140.38º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16803A is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 128 58 -
CMYK 0.83 0 0.55 0.50
HSL 140.38º 0.71% 0.29% -
HSV(B) 140.38º 0.83% 0.5% -
XYZ 8.81 15.91 6.61 -
YUV 88.33 110.88 80.69 -
System Red Green Blue C M Y K H S L
Decimal 22 128 58 0.83 0 0.55 0.50 140.38 0.71 0.29
Hex 16 80 3A 53 0 37 32 8C 47 1D
Octal 26 200 72 123 0 67 62 214 107 35
Binary 10110 10000000 111010 1010011 0 110111 110010 10001100 1000111 11101

Color Harmonies of #16803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16803A

Black with #16803A

Text Example


Text Example

White with #16803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,128,58); }

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

background-color css

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

 a { background-color: rgb(22,128,58); }

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

border-color css

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

 span { border-color: rgb(22,128,58); }

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