#0A5A46

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

Shades of Jewel #0A5A46

Tints of Jewel #0A5A46

Color information

#0A5A46 (or 0x0A5A46) is unknown color: approx Jewel. HEX triplet: 0A, 5A and 46. RGB value is (10,90,70). Sum of RGB (Red+Green+Blue) = 10+90+70=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A46 is #F5A5B9. Grayscale: #3F3F3F. Windows color (decimal): -16098746 or 4610570. OLE color: 4610570.

HSL color Cylindrical-coordinate representation of color #0A5A46: hue angle of 165º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5A46 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB109070-
CMYK0.8900.220.65
HSL165º80%19.61%-
HSV(B)165º88.89%35.29%-
XYZ4.897.827.05-
YUV63.8131.589.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.88%
GREEN value IS 90 (35.55% from 255) = 52.94%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=5.88%
G=52.94%
B=41.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1090700.8900.220.651658019.61
HexA5A465901641a55014
Octal1213210613102610124512024
Binary1010101101010001101011001010110100000110100101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,90,70); }

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

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

 a { background-color: rgb(10,90,70); }

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

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

 span { border-color: rgb(10,90,70); }

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