Html Css Color HEX #03A46D Jade

📋 copy color: '#03A46D'

red 3 ◦ green 164 ◦ blue 109

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

Shades of Jade #03A46D

Tints of Jade #03A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 59.42%

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

R = 1.09%
G = 59.42%
B = 39.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#03A46D (or 0x03A46D) is known color: Jade. HEX triplet: 03, A4 and 6D. RGB value is (3,164,109). Sum of RGB (Red+Green+Blue) = 3+164+109=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #03A46D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A46D is #FC5B92. Grayscale: #6D6D6D. Windows color (decimal): -16538515 or 7185411. OLE color: 7185411.

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

Color convert

RGB 3 164 109 -
CMYK 0.98 0 0.34 0.36
HSL 159.5º 0.96% 0.33% -
HSV(B) 159.5º 0.98% 0.64% -
XYZ 16.07 27.67 18.96 -
YUV 109.59 127.66 51.97 -
System Red Green Blue C M Y K H S L
Decimal 3 164 109 0.98 0 0.34 0.36 159.5 0.96 0.33
Hex 3 A4 6D 62 0 22 24 A0 60 21
Octal 3 244 155 142 0 42 44 240 140 41
Binary 11 10100100 1101101 1100010 0 100010 100100 10100000 1100000 100001

Color Harmonies of #03A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A46D

Black with #03A46D

Text Example


Text Example

White with #03A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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