#05A06A

Color #05A06A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #05A06A

Tints of Jade #05A06A

Color information

#05A06A (or 0x05A06A) is unknown color: approx Jade. HEX triplet: 05, A0 and 6A. RGB value is (5,160,106). Sum of RGB (Red+Green+Blue) = 5+160+106=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #05A06A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A06A is #FA5F95. Grayscale: #6B6B6B. Windows color (decimal): -16408470 or 6987781. OLE color: 6987781.

HSL color Cylindrical-coordinate representation of color #05A06A: hue angle of 159.1º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A06A is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB5160106-
CMYK0.9700.340.37
HSL159.1º93.94%32.35%-
HSV(B)159.1º96.88%62.75%-
XYZ15.2326.2117.89-
YUV107.5127.1554.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 160 (62.89% from 255) = 59.04%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=1.85%
G=59.04%
B=39.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51601060.9700.340.37159.193.9432.35
Hex5A06A61022259f5e20
Octal52401521410424523713640
Binary10110100000110101011000010100010100101100111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A06A; }

 p { color: rgb(5,160,106); }

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

<style>
 a { background-color: #05A06A; }

 a { background-color: rgb(5,160,106); }

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

<style>
 span { border-color: #05A06A; }

 span { border-color: rgb(5,160,106); }

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