#0F8A3E

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

Shades of Salem #0F8A3E

Tints of Salem #0F8A3E

Color information

#0F8A3E (or 0x0F8A3E) is unknown color: approx Salem. HEX triplet: 0F, 8A and 3E. RGB value is (15,138,62). Sum of RGB (Red+Green+Blue) = 15+138+62=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 138 (54.30% from 255 or 64.19% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8A3E is #F075C1. Grayscale: #5C5C5C. Windows color (decimal): -15758786 or 4098575. OLE color: 4098575.

HSL color Cylindrical-coordinate representation of color #0F8A3E: hue angle of 142.93º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A3E is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB1513862-
CMYK0.8900.550.46
HSL142.93º80.39%30%-
HSV(B)142.93º89.13%54.12%-
XYZ10.1518.637.62-
YUV92.56110.7572.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 138 (54.30% from 255) = 64.19%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=6.98%
G=64.19%
B=28.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15138620.8900.550.46142.9380.3930
HexF8A3E590372E8f501e
Octal17212761310675621712036
Binary1111100010101111101011001011011110111010001111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,138,62); }

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

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

 a { background-color: rgb(15,138,62); }

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

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

 span { border-color: rgb(15,138,62); }

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