#03AB60

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

Shades of Jade #03AB60

Tints of Jade #03AB60

Color information

#03AB60 (or 0x03AB60) is unknown color: approx Jade. HEX triplet: 03, AB and 60. RGB value is (3,171,96). Sum of RGB (Red+Green+Blue) = 3+171+96=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AB60 is #FC549F. Grayscale: #707070. Windows color (decimal): -16536736 or 6335235. OLE color: 6335235.

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

Color convert

RGB317196-
CMYK0.9800.440.33
HSL153.21º96.55%34.12%-
HSV(B)153.21º98.25%67.06%-
XYZ16.7129.9915.97-
YUV112.22118.8450.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 171 (67.19% from 255) = 63.33%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=1.11%
G=63.33%
B=35.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3171960.9800.440.33153.2196.5534.12
Hex3AB606202C21996122
Octal32531401420544123114142
Binary1110101011110000011000100101100100001100110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,171,96); }

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

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

 a { background-color: rgb(3,171,96); }

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

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

 span { border-color: rgb(3,171,96); }

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