Html Css Color HEX #03A566 Jade

📋 copy color: '#03A566'

red 3 ◦ green 165 ◦ blue 102

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

Shades of Jade #03A566

Tints of Jade #03A566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 1.11%
G = 61.11%
B = 37.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#03A566 (or 0x03A566) is known color: Jade. HEX triplet: 03, A5 and 66. RGB value is (3,165,102). Sum of RGB (Red+Green+Blue) = 3+165+102=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 165 (64.84% from 255 or 61.11% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 165 - color contains mainly: green. Hex color #03A566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A566 is #FC5A99. Grayscale: #6D6D6D. Windows color (decimal): -16538266 or 6726915. OLE color: 6726915.

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

Color convert

RGB 3 165 102 -
CMYK 0.98 0 0.38 0.35
HSL 156.67º 0.96% 0.33% -
HSV(B) 156.67º 0.98% 0.65% -
XYZ 15.89 27.89 17.12 -
YUV 109.38 123.83 52.12 -
System Red Green Blue C M Y K H S L
Decimal 3 165 102 0.98 0 0.38 0.35 156.67 0.96 0.33
Hex 3 A5 66 62 0 26 23 9D 60 21
Octal 3 245 146 142 0 46 43 235 140 41
Binary 11 10100101 1100110 1100010 0 100110 100011 10011101 1100000 100001

Color Harmonies of #03A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A566

Black with #03A566

Text Example


Text Example

White with #03A566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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