#00A467

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

Shades of Jade #00A467

Tints of Jade #00A467

Color information

#00A467 (or 0x00A467) is unknown color: approx Jade. HEX triplet: 00, A4 and 67. RGB value is (0,164,103). Sum of RGB (Red+Green+Blue) = 0+164+103=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 164 (64.45% from 255 or 61.42% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 164 - color contains mainly: green. Hex color #00A467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A467 is #FF5B98. Grayscale: #6C6C6C. Windows color (decimal): -16735129 or 6792192. OLE color: 6792192.

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

Color convert

RGB0164103-
CMYK100.370.36
HSL157.68º100%32.16%-
HSV(B)157.68º100%64.31%-
XYZ15.7227.5317.32-
YUV108.01125.1750.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 164 (64.45% from 255) = 61.42%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=0%
G=61.42%
B=38.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal0164103100.370.36157.6810032.16
Hex0A46764025249e6420
Octal02441471440454423614440
Binary010100100110011111001000100101100100100111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,164,103); }

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

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

 a { background-color: rgb(0,164,103); }

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

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

 span { border-color: rgb(0,164,103); }

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