Html Css Color HEX #05A85E Shamrock Green

📋 copy color: '#05A85E'

red 5 ◦ green 168 ◦ blue 94

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

Shades of Shamrock Green #05A85E

Tints of Shamrock Green #05A85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 62.92%

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

R = 1.87%
G = 62.92%
B = 35.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#05A85E (or 0x05A85E) is known color: Shamrock Green. HEX triplet: 05, A8 and 5E. RGB value is (5,168,94). Sum of RGB (Red+Green+Blue) = 5+168+94=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 168 (66.02% from 255 or 62.92% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 168 - color contains mainly: green. Hex color #05A85E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A85E is #FA57A1. Grayscale: #6E6E6E. Windows color (decimal): -16406434 or 6203397. OLE color: 6203397.

HSL color Cylindrical-coordinate representation of color #05A85E: hue angle of 152.76º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A85E is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 5 168 94 -
CMYK 0.97 0 0.44 0.34
HSL 152.76º 0.94% 0.34% -
HSV(B) 152.76º 0.97% 0.66% -
XYZ 16.09 28.85 15.31 -
YUV 110.83 118.5 52.52 -
System Red Green Blue C M Y K H S L
Decimal 5 168 94 0.97 0 0.44 0.34 152.76 0.94 0.34
Hex 5 A8 5E 61 0 2C 22 99 5E 22
Octal 5 250 136 141 0 54 42 231 136 42
Binary 101 10101000 1011110 1100001 0 101100 100010 10011001 1011110 100010

Color Harmonies of #05A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A85E

Black with #05A85E

Text Example


Text Example

White with #05A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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