#0A8F4A

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

Shades of Salem #0A8F4A

Tints of Salem #0A8F4A

Color information

#0A8F4A (or 0x0A8F4A) is unknown color: approx Salem. HEX triplet: 0A, 8F and 4A. RGB value is (10,143,74). Sum of RGB (Red+Green+Blue) = 10+143+74=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 143 (56.25% from 255 or 63.00% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 143 - color contains mainly: green. Hex color #0A8F4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8F4A is #F570B5. Grayscale: #5F5F5F. Windows color (decimal): -16085174 or 4886282. OLE color: 4886282.

HSL color Cylindrical-coordinate representation of color #0A8F4A: hue angle of 148.87º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8F4A is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1014374-
CMYK0.9300.480.44
HSL148.87º86.93%30%-
HSV(B)148.87º93.01%56.08%-
XYZ11.1820.29.79-
YUV95.37115.9467.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 143 (56.25% from 255) = 63.00%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=4.41%
G=63.00%
B=32.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10143740.9300.480.44148.8786.9330
HexA8F4A5D0302C95571e
Octal122171121350605422512736
Binary10101000111110010101011101011000010110010010101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,143,74); }

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

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

 a { background-color: rgb(10,143,74); }

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

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

 span { border-color: rgb(10,143,74); }

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