#01A370

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

Shades of Jade #01A370

Tints of Jade #01A370

Color information

#01A370 (or 0x01A370) is unknown color: approx Jade. HEX triplet: 01, A3 and 70. RGB value is (1,163,112). Sum of RGB (Red+Green+Blue) = 1+163+112=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 163 (64.06% from 255 or 59.06% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 163 - color contains mainly: green. Hex color #01A370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A370 is #FE5C8F. Grayscale: #6C6C6C. Windows color (decimal): -16669840 or 7381761. OLE color: 7381761.

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

Color convert

RGB1163112-
CMYK0.9900.310.36
HSL161.11º98.78%32.16%-
HSV(B)161.11º99.39%63.92%-
XYZ16.0327.3719.77-
YUV108.75129.8351.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 163 (64.06% from 255) = 59.06%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=0.36%
G=59.06%
B=40.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11631120.9900.310.36161.1198.7832.16
Hex1A3706301F24a16320
Octal12431601430374424114340
Binary11010001111100001100011011111100100101000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,163,112); }

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

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

 a { background-color: rgb(1,163,112); }

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

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

 span { border-color: rgb(1,163,112); }

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