#05AB69

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

Shades of Jade #05AB69

Tints of Jade #05AB69

Color information

#05AB69 (or 0x05AB69) is unknown color: approx Jade. HEX triplet: 05, AB and 69. RGB value is (5,171,105). Sum of RGB (Red+Green+Blue) = 5+171+105=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AB69 is #FA5496. Grayscale: #717171. Windows color (decimal): -16405655 or 6925061. OLE color: 6925061.

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

Color convert

RGB5171105-
CMYK0.9700.390.33
HSL156.14º94.32%34.51%-
HSV(B)156.14º97.08%67.06%-
XYZ17.1830.1818.28-
YUV113.8412350.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.78%
GREEN value IS 171 (67.19% from 255) = 60.85%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=1.78%
G=60.85%
B=37.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51711050.9700.390.33156.1494.3234.51
Hex5AB6961027219c5e23
Octal52531511410474123413643
Binary10110101011110100111000010100111100001100111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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