Html Css Color HEX #03A067 Shamrock Green

📋 copy color: '#03A067'

red 3 ◦ green 160 ◦ blue 103

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

Shades of Shamrock Green #03A067

Tints of Shamrock Green #03A067

RGB

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

 GREEN value IS 160 (62.89% from 255) = 60.15%

 BLUE value IS 103 (40.63% from 255) = 38.72%

R = 1.13%
G = 60.15%
B = 38.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#03A067 (or 0x03A067) is known color: Shamrock Green. HEX triplet: 03, A0 and 67. RGB value is (3,160,103). Sum of RGB (Red+Green+Blue) = 3+160+103=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #03A067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A067 is #FC5F98. Grayscale: #6A6A6A. Windows color (decimal): -16539545 or 6791171. OLE color: 6791171.

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

Color convert

RGB 3 160 103 -
CMYK 0.98 0 0.36 0.37
HSL 158.22º 0.96% 0.32% -
HSV(B) 158.22º 0.98% 0.63% -
XYZ 15.06 26.14 17.08 -
YUV 106.56 125.99 54.13 -
System Red Green Blue C M Y K H S L
Decimal 3 160 103 0.98 0 0.36 0.37 158.22 0.96 0.32
Hex 3 A0 67 62 0 24 25 9E 60 20
Octal 3 240 147 142 0 44 45 236 140 40
Binary 11 10100000 1100111 1100010 0 100100 100101 10011110 1100000 100000

Color Harmonies of #03A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A067

Black with #03A067

Text Example


Text Example

White with #03A067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,160,103); }

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

background-color css

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

 a { background-color: rgb(3,160,103); }

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

border-color css

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

 span { border-color: rgb(3,160,103); }

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