Html Css Color HEX #10863A Dark Spring Green

📋 copy color: '#10863A'

red 16 ◦ green 134 ◦ blue 58

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

Shades of Dark Spring Green #10863A

Tints of Dark Spring Green #10863A

RGB

 RED value IS 16 (6.64% from 255) = 7.69%

 GREEN value IS 134 (52.73% from 255) = 64.42%

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

R = 7.69%
G = 64.42%
B = 27.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#10863A (or 0x10863A) is known color: Dark Spring Green. HEX triplet: 10, 86 and 3A. RGB value is (16,134,58). Sum of RGB (Red+Green+Blue) = 16+134+58=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #10863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10863A is #EF79C5. Grayscale: #5A5A5A. Windows color (decimal): -15694278 or 3835408. OLE color: 3835408.

HSL color Cylindrical-coordinate representation of color #10863A: hue angle of 141.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10863A is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 134 58 -
CMYK 0.88 0 0.57 0.47
HSL 141.36º 0.79% 0.29% -
HSV(B) 141.36º 0.88% 0.53% -
XYZ 9.5 17.47 6.87 -
YUV 90.05 109.91 75.18 -
System Red Green Blue C M Y K H S L
Decimal 16 134 58 0.88 0 0.57 0.47 141.36 0.79 0.29
Hex 10 86 3A 58 0 39 2F 8D 4F 1D
Octal 20 206 72 130 0 71 57 215 117 35
Binary 10000 10000110 111010 1011000 0 111001 101111 10001101 1001111 11101

Color Harmonies of #10863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10863A

Black with #10863A

Text Example


Text Example

White with #10863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,134,58); }

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

background-color css

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

 a { background-color: rgb(16,134,58); }

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

border-color css

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

 span { border-color: rgb(16,134,58); }

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