#03A369

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

Shades of Jade #03A369

Tints of Jade #03A369

Color information

#03A369 (or 0x03A369) is unknown color: approx Jade. HEX triplet: 03, A3 and 69. RGB value is (3,163,105). Sum of RGB (Red+Green+Blue) = 3+163+105=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #03A369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A369 is #FC5C96. Grayscale: #6C6C6C. Windows color (decimal): -16538775 or 6923011. OLE color: 6923011.

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

Color convert

RGB3163105-
CMYK0.9800.360.36
HSL158.25º96.39%32.55%-
HSV(B)158.25º98.16%63.92%-
XYZ15.6827.2317.79-
YUV108.55125.9952.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 163 (64.06% from 255) = 60.15%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=1.11%
G=60.15%
B=38.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31631050.9800.360.36158.2596.3932.55
Hex3A36962024249e6021
Octal32431511420444423614041
Binary1110100011110100111000100100100100100100111101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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