Html Css Color HEX #03A25B Shamrock Green

📋 copy color: '#03A25B'

red 3 ◦ green 162 ◦ blue 91

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

Shades of Shamrock Green #03A25B

Tints of Shamrock Green #03A25B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 63.28%

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

R = 1.17%
G = 63.28%
B = 35.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#03A25B (or 0x03A25B) is known color: Shamrock Green. HEX triplet: 03, A2 and 5B. RGB value is (3,162,91). Sum of RGB (Red+Green+Blue) = 3+162+91=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #03A25B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A25B is #FC5DA4. Grayscale: #6A6A6A. Windows color (decimal): -16539045 or 6005251. OLE color: 6005251.

HSL color Cylindrical-coordinate representation of color #03A25B: hue angle of 153.21º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A25B is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 162 91 -
CMYK 0.98 0 0.44 0.36
HSL 153.21º 0.96% 0.32% -
HSV(B) 153.21º 0.98% 0.64% -
XYZ 14.85 26.62 14.25 -
YUV 106.37 119.32 54.27 -
System Red Green Blue C M Y K H S L
Decimal 3 162 91 0.98 0 0.44 0.36 153.21 0.96 0.32
Hex 3 A2 5B 62 0 2C 24 99 60 20
Octal 3 242 133 142 0 54 44 231 140 40
Binary 11 10100010 1011011 1100010 0 101100 100100 10011001 1100000 100000

Color Harmonies of #03A25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A25B

Black with #03A25B

Text Example


Text Example

White with #03A25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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