#0A8942

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

Shades of Salem #0A8942

Tints of Salem #0A8942

Color information

#0A8942 (or 0x0A8942) is unknown color: approx Salem. HEX triplet: 0A, 89 and 42. RGB value is (10,137,66). Sum of RGB (Red+Green+Blue) = 10+137+66=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8942 is #F576BD. Grayscale: #5B5B5B. Windows color (decimal): -16086718 or 4360458. OLE color: 4360458.

HSL color Cylindrical-coordinate representation of color #0A8942: hue angle of 146.46º 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 #0A8942 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1013766-
CMYK0.9300.520.46
HSL146.46º86.39%28.82%-
HSV(B)146.46º92.7%53.73%-
XYZ10.0518.358.17-
YUV90.93113.9270.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 137 (53.91% from 255) = 64.32%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=4.69%
G=64.32%
B=30.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137660.9300.520.46146.4686.3928.82
HexA89425D0342E92561d
Octal122111021350645622212635
Binary10101000100110000101011101011010010111010010010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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