#03AE6C

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

Shades of Jade #03AE6C

Tints of Jade #03AE6C

Color information

#03AE6C (or 0x03AE6C) is unknown color: approx Jade. HEX triplet: 03, AE and 6C. RGB value is (3,174,108). Sum of RGB (Red+Green+Blue) = 3+174+108=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AE6C is #FC5193. Grayscale: #737373. Windows color (decimal): -16535956 or 7122435. OLE color: 7122435.

HSL color Cylindrical-coordinate representation of color #03AE6C: hue angle of 156.84º 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 #03AE6C is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB3174108-
CMYK0.9800.380.32
HSL156.84º96.61%34.71%-
HSV(B)156.84º98.28%68.24%-
XYZ17.8831.3719.3-
YUV115.35123.8547.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 174 (68.36% from 255) = 61.05%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=1.05%
G=61.05%
B=37.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31741080.9800.380.32156.8496.6134.71
Hex3AE6C62026209d6123
Octal32561541420464023514143
Binary1110101110110110011000100100110100000100111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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