#05A46E

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

Shades of Jade #05A46E

Tints of Jade #05A46E

Color information

#05A46E (or 0x05A46E) is unknown color: approx Jade. HEX triplet: 05, A4 and 6E. RGB value is (5,164,110). Sum of RGB (Red+Green+Blue) = 5+164+110=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #05A46E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A46E is #FA5B91. Grayscale: #6E6E6E. Windows color (decimal): -16407442 or 7250949. OLE color: 7250949.

HSL color Cylindrical-coordinate representation of color #05A46E: hue angle of 159.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A46E is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB5164110-
CMYK0.9700.330.36
HSL159.62º94.08%33.14%-
HSV(B)159.62º96.95%64.31%-
XYZ16.1527.7119.25-
YUV110.3127.8252.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 164 (64.45% from 255) = 58.78%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=1.79%
G=58.78%
B=39.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51641100.9700.330.36159.6294.0833.14
Hex5A46E6102124a05e21
Octal52441561410414424013641
Binary10110100100110111011000010100001100100101000001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,164,110); }

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

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

 a { background-color: rgb(5,164,110); }

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

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

 span { border-color: rgb(5,164,110); }

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