#03AA64

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

Shades of Jade #03AA64

Tints of Jade #03AA64

Color information

#03AA64 (or 0x03AA64) is unknown color: approx Jade. HEX triplet: 03, AA and 64. RGB value is (3,170,100). Sum of RGB (Red+Green+Blue) = 3+170+100=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AA64 is #FC559B. Grayscale: #707070. Windows color (decimal): -16536988 or 6597123. OLE color: 6597123.

HSL color Cylindrical-coordinate representation of color #03AA64: hue angle of 154.85º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AA64 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB3170100-
CMYK0.9800.410.33
HSL154.85º96.53%33.92%-
HSV(B)154.85º98.24%66.67%-
XYZ16.7129.6916.91-
YUV112.09121.1750.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 170 (66.80% from 255) = 62.27%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=1.10%
G=62.27%
B=36.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31701000.9800.410.33154.8596.5333.92
Hex3AA6462029219b6122
Octal32521441420514123314142
Binary1110101010110010011000100101001100001100110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AA64; }

 p { color: rgb(3,170,100); }

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

<style>
 a { background-color: #03AA64; }

 a { background-color: rgb(3,170,100); }

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

<style>
 span { border-color: #03AA64; }

 span { border-color: rgb(3,170,100); }

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