Html Css Color HEX #05A05E Shamrock Green

📋 copy color: '#05A05E'

red 5 ◦ green 160 ◦ blue 94

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

Shades of Shamrock Green #05A05E

Tints of Shamrock Green #05A05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 1.93%
G = 61.78%
B = 36.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#05A05E (or 0x05A05E) is known color: Shamrock Green. HEX triplet: 05, A0 and 5E. RGB value is (5,160,94). Sum of RGB (Red+Green+Blue) = 5+160+94=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #05A05E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A05E is #FA5FA1. Grayscale: #6A6A6A. Windows color (decimal): -16408482 or 6201349. OLE color: 6201349.

HSL color Cylindrical-coordinate representation of color #05A05E: hue angle of 154.45º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A05E is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 160 94 -
CMYK 0.97 0 0.41 0.37
HSL 154.45º 0.94% 0.32% -
HSV(B) 154.45º 0.97% 0.63% -
XYZ 14.65 25.98 14.83 -
YUV 106.13 121.15 55.87 -
System Red Green Blue C M Y K H S L
Decimal 5 160 94 0.97 0 0.41 0.37 154.45 0.94 0.32
Hex 5 A0 5E 61 0 29 25 9A 5E 20
Octal 5 240 136 141 0 51 45 232 136 40
Binary 101 10100000 1011110 1100001 0 101001 100101 10011010 1011110 100000

Color Harmonies of #05A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A05E

Black with #05A05E

Text Example


Text Example

White with #05A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,160,94); }

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

background-color css

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

 a { background-color: rgb(5,160,94); }

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

border-color css

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

 span { border-color: rgb(5,160,94); }

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