#05A969

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

Shades of Jade #05A969

Tints of Jade #05A969

Color information

#05A969 (or 0x05A969) is unknown color: approx Jade. HEX triplet: 05, A9 and 69. RGB value is (5,169,105). Sum of RGB (Red+Green+Blue) = 5+169+105=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #05A969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A969 is #FA5696. Grayscale: #707070. Windows color (decimal): -16406167 or 6924549. OLE color: 6924549.

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

Color convert

RGB5169105-
CMYK0.9700.380.34
HSL156.59º94.25%34.12%-
HSV(B)156.59º97.04%66.27%-
XYZ16.829.4318.16-
YUV112.67123.6751.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 169 (66.41% from 255) = 60.57%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=1.79%
G=60.57%
B=37.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51691050.9700.380.34156.5994.2534.12
Hex5A96961026229d5e22
Octal52511511410464223513642
Binary10110101001110100111000010100110100010100111011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,169,105); }

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

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

 a { background-color: rgb(5,169,105); }

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

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

 span { border-color: rgb(5,169,105); }

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