#05AE6D

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

Shades of Jade #05AE6D

Tints of Jade #05AE6D

Color information

#05AE6D (or 0x05AE6D) is unknown color: approx Jade. HEX triplet: 05, AE and 6D. RGB value is (5,174,109). Sum of RGB (Red+Green+Blue) = 5+174+109=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AE6D is #FA5192. Grayscale: #747474. Windows color (decimal): -16404883 or 7187973. OLE color: 7187973.

HSL color Cylindrical-coordinate representation of color #05AE6D: hue angle of 156.92º 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 #05AE6D is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB5174109-
CMYK0.9700.370.32
HSL156.92º94.41%35.1%-
HSV(B)156.92º97.13%68.24%-
XYZ17.9631.4119.58-
YUV116.06124.0148.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 174 (68.36% from 255) = 60.42%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=1.74%
G=60.42%
B=37.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51741090.9700.370.32156.9294.4135.1
Hex5AE6D61025209d5e23
Octal52561551410454023513643
Binary10110101110110110111000010100101100000100111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,174,109); }

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

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

 a { background-color: rgb(5,174,109); }

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

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

 span { border-color: rgb(5,174,109); }

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