Html Css Color HEX #03A471 Jade

📋 copy color: '#03A471'

red 3 ◦ green 164 ◦ blue 113

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

Shades of Jade #03A471

Tints of Jade #03A471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 1.07%
G = 58.57%
B = 40.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#03A471 (or 0x03A471) is known color: Jade. HEX triplet: 03, A4 and 71. RGB value is (3,164,113). Sum of RGB (Red+Green+Blue) = 3+164+113=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #03A471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A471 is #FC5B8E. Grayscale: #6E6E6E. Windows color (decimal): -16538511 or 7447555. OLE color: 7447555.

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

Color convert

RGB 3 164 113 -
CMYK 0.98 0 0.31 0.36
HSL 160.99º 0.96% 0.33% -
HSV(B) 160.99º 0.98% 0.64% -
XYZ 16.29 27.76 20.12 -
YUV 110.05 129.66 51.65 -
System Red Green Blue C M Y K H S L
Decimal 3 164 113 0.98 0 0.31 0.36 160.99 0.96 0.33
Hex 3 A4 71 62 0 1F 24 A1 60 21
Octal 3 244 161 142 0 37 44 241 140 41
Binary 11 10100100 1110001 1100010 0 11111 100100 10100001 1100000 100001

Color Harmonies of #03A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A471

Black with #03A471

Text Example


Text Example

White with #03A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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