#05AD68

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

Shades of Jade #05AD68

Tints of Jade #05AD68

Color information

#05AD68 (or 0x05AD68) is unknown color: approx Jade. HEX triplet: 05, AD and 68. RGB value is (5,173,104). Sum of RGB (Red+Green+Blue) = 5+173+104=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AD68 is #FA5297. Grayscale: #737373. Windows color (decimal): -16405144 or 6860037. OLE color: 6860037.

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

Color convert

RGB5173104-
CMYK0.9700.400.32
HSL155.36º94.38%34.9%-
HSV(B)155.36º97.11%67.84%-
XYZ17.530.9218.14-
YUV114.9121.8449.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 173 (67.97% from 255) = 61.35%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=1.77%
G=61.35%
B=36.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51731040.9700.400.32155.3694.3834.9
Hex5AD6861028209b5e23
Octal52551501410504023313643
Binary10110101101110100011000010101000100000100110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,173,104); }

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

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

 a { background-color: rgb(5,173,104); }

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

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

 span { border-color: rgb(5,173,104); }

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