#03AE66

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

Shades of Jade #03AE66

Tints of Jade #03AE66

Color information

#03AE66 (or 0x03AE66) is unknown color: approx Jade. HEX triplet: 03, AE and 66. RGB value is (3,174,102). Sum of RGB (Red+Green+Blue) = 3+174+102=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 174 (68.36% from 255 or 62.37% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AE66 is #FC5199. Grayscale: #727272. Windows color (decimal): -16535962 or 6729219. OLE color: 6729219.

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

Color convert

RGB3174102-
CMYK0.9800.410.32
HSL154.74º96.61%34.71%-
HSV(B)154.74º98.28%68.24%-
XYZ17.5731.2517.68-
YUV114.66120.8548.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 174 (68.36% from 255) = 62.37%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=1.08%
G=62.37%
B=36.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31741020.9800.410.32154.7496.6134.71
Hex3AE6662029209b6123
Octal32561461420514023314143
Binary1110101110110011011000100101001100000100110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,174,102); }

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

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

 a { background-color: rgb(3,174,102); }

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

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

 span { border-color: rgb(3,174,102); }

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