Html Css Color HEX #03A570 Jade

📋 copy color: '#03A570'

red 3 ◦ green 165 ◦ blue 112

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

Shades of Jade #03A570

Tints of Jade #03A570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.93%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 1.07%
G = 58.93%
B = 40%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#03A570 (or 0x03A570) is known color: Jade. HEX triplet: 03, A5 and 70. RGB value is (3,165,112). Sum of RGB (Red+Green+Blue) = 3+165+112=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #03A570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A570 is #FC5A8F. Grayscale: #6E6E6E. Windows color (decimal): -16538256 or 7382275. OLE color: 7382275.

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

Color convert

RGB 3 165 112 -
CMYK 0.98 0 0.32 0.35
HSL 160.37º 0.96% 0.33% -
HSV(B) 160.37º 0.98% 0.65% -
XYZ 16.42 28.1 19.89 -
YUV 110.52 128.83 51.31 -
System Red Green Blue C M Y K H S L
Decimal 3 165 112 0.98 0 0.32 0.35 160.37 0.96 0.33
Hex 3 A5 70 62 0 20 23 A0 60 21
Octal 3 245 160 142 0 40 43 240 140 41
Binary 11 10100101 1110000 1100010 0 100000 100011 10100000 1100000 100001

Color Harmonies of #03A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A570

Black with #03A570

Text Example


Text Example

White with #03A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,165,112); }

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

background-color css

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

 a { background-color: rgb(3,165,112); }

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

border-color css

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

 span { border-color: rgb(3,165,112); }

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