#01A862

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

Shades of Jade #01A862

Tints of Jade #01A862

Color information

#01A862 (or 0x01A862) is unknown color: approx Jade. HEX triplet: 01, A8 and 62. RGB value is (1,168,98). Sum of RGB (Red+Green+Blue) = 1+168+98=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 168 (66.02% from 255 or 62.92% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 168 - color contains mainly: green. Hex color #01A862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A862 is #FE579D. Grayscale: #6E6E6E. Windows color (decimal): -16668574 or 6465537. OLE color: 6465537.

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

Color convert

RGB116898-
CMYK0.9900.420.34
HSL154.85º98.82%33.14%-
HSV(B)154.85º99.4%65.88%-
XYZ16.2228.8916.28-
YUV110.09121.1750.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 168 (66.02% from 255) = 62.92%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=0.37%
G=62.92%
B=36.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1168980.9900.420.34154.8598.8233.14
Hex1A8626302A229b6321
Octal12501421430524223314341
Binary110101000110001011000110101010100010100110111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,168,98); }

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

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

 a { background-color: rgb(1,168,98); }

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

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

 span { border-color: rgb(1,168,98); }

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