#0A5A3F

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

Shades of Jewel #0A5A3F

Tints of Jewel #0A5A3F

Color information

#0A5A3F (or 0x0A5A3F) is unknown color: approx Jewel. HEX triplet: 0A, 5A and 3F. RGB value is (10,90,63). Sum of RGB (Red+Green+Blue) = 10+90+63=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A3F is #F5A5C0. Grayscale: #3F3F3F. Windows color (decimal): -16098753 or 4151818. OLE color: 4151818.

HSL color Cylindrical-coordinate representation of color #0A5A3F: hue angle of 159.75º 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 #0A5A3F is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB109063-
CMYK0.8900.300.65
HSL159.75º80%19.61%-
HSV(B)159.75º88.89%35.29%-
XYZ4.687.745.95-
YUV6312890.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.13%
GREEN value IS 90 (35.55% from 255) = 55.21%
BLUE value IS 63 (25% from 255) = 38.65%
R=6.13%
G=55.21%
B=38.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1090630.8900.300.65159.758019.61
HexA5A3F5901E41a05014
Octal121327713103610124012024
Binary101010110101111111011001011110100000110100000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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