#01AF6E

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

Shades of Jade #01AF6E

Tints of Jade #01AF6E

Color information

#01AF6E (or 0x01AF6E) is unknown color: approx Jade. HEX triplet: 01, AF and 6E. RGB value is (1,175,110). Sum of RGB (Red+Green+Blue) = 1+175+110=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF6E is #FE5091. Grayscale: #737373. Windows color (decimal): -16666770 or 7253761. OLE color: 7253761.

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

Color convert

RGB1175110-
CMYK0.9900.370.31
HSL157.59º98.86%34.51%-
HSV(B)157.59º99.43%68.63%-
XYZ18.1631.7919.93-
YUV115.56124.8546.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 175 (68.75% from 255) = 61.19%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=0.35%
G=61.19%
B=38.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11751100.9900.370.31157.5998.8634.51
Hex1AF6E630251F9e6323
Octal12571561430453723614343
Binary11010111111011101100011010010111111100111101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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