#05AE6A

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

Shades of Jade #05AE6A

Tints of Jade #05AE6A

Color information

#05AE6A (or 0x05AE6A) is unknown color: approx Jade. HEX triplet: 05, AE and 6A. RGB value is (5,174,106). Sum of RGB (Red+Green+Blue) = 5+174+106=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AE6A is #FA5195. Grayscale: #737373. Windows color (decimal): -16404886 or 6991365. OLE color: 6991365.

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

Color convert

RGB5174106-
CMYK0.9700.390.32
HSL155.86º94.41%35.1%-
HSV(B)155.86º97.13%68.24%-
XYZ17.831.3418.75-
YUV115.72122.5149.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 174 (68.36% from 255) = 61.05%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=1.75%
G=61.05%
B=37.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51741060.9700.390.32155.8694.4135.1
Hex5AE6A61027209c5e23
Octal52561521410474023413643
Binary10110101110110101011000010100111100000100111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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