#01AD7A

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

Shades of Jade #01AD7A

Tints of Jade #01AD7A

Color information

#01AD7A (or 0x01AD7A) is unknown color: approx Jade. HEX triplet: 01, AD and 7A. RGB value is (1,173,122). Sum of RGB (Red+Green+Blue) = 1+173+122=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD7A is #FE5285. Grayscale: #737373. Windows color (decimal): -16667270 or 8039681. OLE color: 8039681.

HSL color Cylindrical-coordinate representation of color #01AD7A: hue angle of 162.21º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD7A is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB1173122-
CMYK0.9900.290.32
HSL162.21º98.85%34.12%-
HSV(B)162.21º99.42%67.84%-
XYZ18.4731.323.48-
YUV115.76131.5246.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 173 (67.97% from 255) = 58.45%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=0.34%
G=58.45%
B=41.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11731220.9900.290.32162.2198.8534.12
Hex1AD7A6301D20a26322
Octal12551721430354024214342
Binary11010110111110101100011011101100000101000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AD7A; }

 p { color: rgb(1,173,122); }

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

<style>
 a { background-color: #01AD7A; }

 a { background-color: rgb(1,173,122); }

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

<style>
 span { border-color: #01AD7A; }

 span { border-color: rgb(1,173,122); }

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