Html Css Color HEX #03A16D Jade

📋 copy color: '#03A16D'

red 3 ◦ green 161 ◦ blue 109

#03A16D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #03A16D

Tints of Jade #03A16D

RGB

 RED value IS 3 (1.56% from 255) = 1.1%

 GREEN value IS 161 (63.28% from 255) = 58.97%

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 1.1%
G = 58.97%
B = 39.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#03A16D (or 0x03A16D) is known color: Jade. HEX triplet: 03, A1 and 6D. RGB value is (3,161,109). Sum of RGB (Red+Green+Blue) = 3+161+109=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #03A16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A16D is #FC5E92. Grayscale: #6B6B6B. Windows color (decimal): -16539283 or 7184643. OLE color: 7184643.

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

Color convert

RGB 3 161 109 -
CMYK 0.98 0 0.32 0.37
HSL 160.25º 0.96% 0.32% -
HSV(B) 160.25º 0.98% 0.63% -
XYZ 15.54 26.61 18.79 -
YUV 107.83 128.65 53.23 -
System Red Green Blue C M Y K H S L
Decimal 3 161 109 0.98 0 0.32 0.37 160.25 0.96 0.32
Hex 3 A1 6D 62 0 20 25 A0 60 20
Octal 3 241 155 142 0 40 45 240 140 40
Binary 11 10100001 1101101 1100010 0 100000 100101 10100000 1100000 100000

Color Harmonies of #03A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A16D

Black with #03A16D

Text Example


Text Example

White with #03A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,161,109); }

 H1.HeaderClassName
 {
   color: #03A16D;
 }
 .AnyTagClassName
 {
   color: #03A16D;
 }
</style>

background-color css

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

 a { background-color: rgb(3,161,109); }

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

border-color css

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

 span { border-color: rgb(3,161,109); }

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