#05A26B

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

Shades of Jade #05A26B

Tints of Jade #05A26B

Color information

#05A26B (or 0x05A26B) is unknown color: approx Jade. HEX triplet: 05, A2 and 6B. RGB value is (5,162,107). Sum of RGB (Red+Green+Blue) = 5+162+107=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #05A26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A26B is #FA5D94. Grayscale: #6C6C6C. Windows color (decimal): -16407957 or 7053829. OLE color: 7053829.

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

Color convert

RGB5162107-
CMYK0.9700.340.36
HSL158.98º94.01%32.75%-
HSV(B)158.98º96.91%63.53%-
XYZ15.6426.9318.28-
YUV108.79126.9953.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 162 (63.67% from 255) = 59.12%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=1.82%
G=59.12%
B=39.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51621070.9700.340.36158.9894.0132.75
Hex5A26B61022249f5e21
Octal52421531410424423713641
Binary10110100010110101111000010100010100100100111111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,162,107); }

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

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

 a { background-color: rgb(5,162,107); }

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

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

 span { border-color: rgb(5,162,107); }

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