#00af63

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

Shades of Jade #00AF63

Tints of Jade #00AF63

Color information

#00AF63 (or 0x00AF63) is unknown color: approx Jade. HEX triplet: 00, AF and 63. RGB value is (0,175,99). Sum of RGB (Red+Green+Blue) = 0+175+99=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AF63 is #FF509C. Grayscale: #727272. Windows color (decimal): -16732317 or 6532864. OLE color: 6532864.

HSL color Cylindrical-coordinate representation of color #00AF63: hue angle of 153.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF63 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB017599-
CMYK100.430.31
HSL153.94º100%34.31%-
HSV(B)153.94º100%68.63%-
XYZ17.5831.5616.97-
YUV114.01119.5246.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 175 (68.75% from 255) = 63.87%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=0%
G=63.87%
B=36.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017599100.430.31153.9410034.31
Hex0AF636402B1F9a6422
Octal02571431440533723214442
Binary01010111111000111100100010101111111100110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00af63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00af63; }

 p { color: rgb(0,175,99); }

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

<style>
 a { background-color: #00af63; }

 a { background-color: rgb(0,175,99); }

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

<style>
 span { border-color: #00af63; }

 span { border-color: rgb(0,175,99); }

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