#0C8A4B

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

Shades of Salem #0C8A4B

Tints of Salem #0C8A4B

Color information

#0C8A4B (or 0x0C8A4B) is unknown color: approx Salem. HEX triplet: 0C, 8A and 4B. RGB value is (12,138,75). Sum of RGB (Red+Green+Blue) = 12+138+75=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 138 (54.30% from 255 or 61.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8A4B is #F375B4. Grayscale: #5D5D5D. Windows color (decimal): -15955381 or 4950540. OLE color: 4950540.

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

Color convert

RGB1213875-
CMYK0.9100.460.46
HSL150º84%29.41%-
HSV(B)150º91.3%54.12%-
XYZ10.5118.769.72-
YUV93.14117.7670.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 138 (54.30% from 255) = 61.33%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=5.33%
G=61.33%
B=33.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12138750.9100.460.461508429.41
HexC8A4B5B02E2E96541d
Octal142121131330565622612435
Binary11001000101010010111011011010111010111010010110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,138,75); }

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

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

 a { background-color: rgb(12,138,75); }

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

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

 span { border-color: rgb(12,138,75); }

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