#03A769

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

Shades of Jade #03A769

Tints of Jade #03A769

Color information

#03A769 (or 0x03A769) is unknown color: approx Jade. HEX triplet: 03, A7 and 69. RGB value is (3,167,105). Sum of RGB (Red+Green+Blue) = 3+167+105=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 167 (65.62% from 255 or 60.73% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 167 - color contains mainly: green. Hex color #03A769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A769 is #FC5896. Grayscale: #6E6E6E. Windows color (decimal): -16537751 or 6924035. OLE color: 6924035.

HSL color Cylindrical-coordinate representation of color #03A769: hue angle of 157.32º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A769 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB3167105-
CMYK0.9800.370.35
HSL157.32º96.47%33.33%-
HSV(B)157.32º98.2%65.49%-
XYZ16.4128.6818.04-
YUV110.9124.6751.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 167 (65.62% from 255) = 60.73%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=1.09%
G=60.73%
B=38.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31671050.9800.370.35157.3296.4733.33
Hex3A76962025239d6021
Octal32471511420454323514041
Binary1110100111110100111000100100101100011100111011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,167,105); }

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

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

 a { background-color: rgb(3,167,105); }

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

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

 span { border-color: rgb(3,167,105); }

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