Html Css Color HEX #05A25C Shamrock Green

📋 copy color: '#05A25C'

red 5 ◦ green 162 ◦ blue 92

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

Shades of Shamrock Green #05A25C

Tints of Shamrock Green #05A25C

RGB

 RED value IS 5 (2.34% from 255) = 1.93%

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

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 1.93%
G = 62.55%
B = 35.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#05A25C (or 0x05A25C) is known color: Shamrock Green. HEX triplet: 05, A2 and 5C. RGB value is (5,162,92). Sum of RGB (Red+Green+Blue) = 5+162+92=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 162 (63.67% from 255 or 62.55% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 162 - color contains mainly: green. Hex color #05A25C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A25C is #FA5DA3. Grayscale: #6B6B6B. Windows color (decimal): -16407972 or 6070789. OLE color: 6070789.

HSL color Cylindrical-coordinate representation of color #05A25C: hue angle of 153.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A25C is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 162 92 -
CMYK 0.97 0 0.43 0.36
HSL 153.25º 0.94% 0.33% -
HSV(B) 153.25º 0.97% 0.64% -
XYZ 14.91 26.65 14.48 -
YUV 107.08 119.49 55.19 -
System Red Green Blue C M Y K H S L
Decimal 5 162 92 0.97 0 0.43 0.36 153.25 0.94 0.33
Hex 5 A2 5C 61 0 2B 24 99 5E 21
Octal 5 242 134 141 0 53 44 231 136 41
Binary 101 10100010 1011100 1100001 0 101011 100100 10011001 1011110 100001

Color Harmonies of #05A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A25C

Black with #05A25C

Text Example


Text Example

White with #05A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A25C; }

 p { color: rgb(5,162,92); }

 H1.HeaderClassName
 {
   color: #05A25C;
 }
 .AnyTagClassName
 {
   color: #05A25C;
 }
</style>

background-color css

<style>
 a { background-color: #05A25C; }

 a { background-color: rgb(5,162,92); }

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

border-color css

<style>
 span { border-color: #05A25C; }

 span { border-color: rgb(5,162,92); }

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