#01AE6E

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

Shades of Jade #01AE6E

Tints of Jade #01AE6E

Color information

#01AE6E (or 0x01AE6E) is unknown color: approx Jade. HEX triplet: 01, AE and 6E. RGB value is (1,174,110). Sum of RGB (Red+Green+Blue) = 1+174+110=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AE6E is #FE5191. Grayscale: #737373. Windows color (decimal): -16667026 or 7253505. OLE color: 7253505.

HSL color Cylindrical-coordinate representation of color #01AE6E: hue angle of 157.8º 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 #01AE6E is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB1174110-
CMYK0.9900.370.32
HSL157.8º98.86%34.31%-
HSV(B)157.8º99.43%68.24%-
XYZ17.9631.419.87-
YUV114.98125.1946.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 174 (68.36% from 255) = 61.05%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=0.35%
G=61.05%
B=38.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11741100.9900.370.32157.898.8634.31
Hex1AE6E63025209e6322
Octal12561561430454023614342
Binary110101110110111011000110100101100000100111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,174,110); }

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

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

 a { background-color: rgb(1,174,110); }

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

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

 span { border-color: rgb(1,174,110); }

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