#0A8947

Color #0A8947 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0A8947

Tints of Salem #0A8947

Color information

#0A8947 (or 0x0A8947) is unknown color: approx Salem. HEX triplet: 0A, 89 and 47. RGB value is (10,137,71). Sum of RGB (Red+Green+Blue) = 10+137+71=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8947 is #F576B8. Grayscale: #5B5B5B. Windows color (decimal): -16086713 or 4688138. OLE color: 4688138.

HSL color Cylindrical-coordinate representation of color #0A8947: hue angle of 148.82º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8947 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB1013771-
CMYK0.9300.480.46
HSL148.82º86.39%28.82%-
HSV(B)148.82º92.7%53.73%-
XYZ10.2118.418.98-
YUV91.5116.4269.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 137 (53.91% from 255) = 62.84%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=4.59%
G=62.84%
B=32.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137710.9300.480.46148.8286.3928.82
HexA89475D0302E95561d
Octal122111071350605622512635
Binary10101000100110001111011101011000010111010010101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8947; }

 p { color: rgb(10,137,71); }

 H1.HeaderClassName
 {
   color: #0A8947;
 }
 .AnyTagClassName
 {
   color: #0A8947;
 }
</style>
background-color css

<style>
 a { background-color: #0A8947; }

 a { background-color: rgb(10,137,71); }

 div.DivClassName
 {
   background-color: #0A8947;
 }
 .BgClassName
 {
   background-color: #0A8947;
 }
</style>
border-color css

<style>
 span { border-color: #0A8947; }

 span { border-color: rgb(10,137,71); }

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