Html Css Color HEX #03A65B Shamrock Green

📋 copy color: '#03A65B'

red 3 ◦ green 166 ◦ blue 91

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

Shades of Shamrock Green #03A65B

Tints of Shamrock Green #03A65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 63.85%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 1.15%
G = 63.85%
B = 35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#03A65B (or 0x03A65B) is known color: Shamrock Green. HEX triplet: 03, A6 and 5B. RGB value is (3,166,91). Sum of RGB (Red+Green+Blue) = 3+166+91=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #03A65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A65B is #FC59A4. Grayscale: #6C6C6C. Windows color (decimal): -16538021 or 6006275. OLE color: 6006275.

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

Color convert

RGB 3 166 91 -
CMYK 0.98 0 0.45 0.35
HSL 152.39º 0.96% 0.33% -
HSV(B) 152.39º 0.98% 0.65% -
XYZ 15.56 28.05 14.49 -
YUV 108.71 118 52.6 -
System Red Green Blue C M Y K H S L
Decimal 3 166 91 0.98 0 0.45 0.35 152.39 0.96 0.33
Hex 3 A6 5B 62 0 2D 23 98 60 21
Octal 3 246 133 142 0 55 43 230 140 41
Binary 11 10100110 1011011 1100010 0 101101 100011 10011000 1100000 100001

Color Harmonies of #03A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A65B

Black with #03A65B

Text Example


Text Example

White with #03A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,166,91); }

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

background-color css

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

 a { background-color: rgb(3,166,91); }

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

border-color css

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

 span { border-color: rgb(3,166,91); }

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