Html Css Color HEX #00A560 Shamrock Green

📋 copy color: '#00A560'

red 0 ◦ green 165 ◦ blue 96

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

Shades of Shamrock Green #00A560

Tints of Shamrock Green #00A560

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 165 (64.84% from 255) = 63.22%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 0%
G = 63.22%
B = 36.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#00A560 (or 0x00A560) is known color: Shamrock Green. HEX triplet: 00, A5 and 60. RGB value is (0,165,96). Sum of RGB (Red+Green+Blue) = 0+165+96=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #00A560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A560 is #FF5A9F. Grayscale: #6B6B6B. Windows color (decimal): -16734880 or 6333696. OLE color: 6333696.

HSL color Cylindrical-coordinate representation of color #00A560: hue angle of 154.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A560 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 165 96 -
CMYK 1 0 0.42 0.35
HSL 154.91º 1% 0.32% -
HSV(B) 154.91º 1% 0.65% -
XYZ 15.57 27.75 15.6 -
YUV 107.8 121.34 51.11 -
System Red Green Blue C M Y K H S L
Decimal 0 165 96 1 0 0.42 0.35 154.91 1 0.32
Hex 0 A5 60 64 0 2A 23 9B 64 20
Octal 0 245 140 144 0 52 43 233 144 40
Binary 0 10100101 1100000 1100100 0 101010 100011 10011011 1100100 100000

Color Harmonies of #00A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A560

Black with #00A560

Text Example


Text Example

White with #00A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A560; }

 p { color: rgb(0,165,96); }

 H1.HeaderClassName
 {
   color: #00A560;
 }
 .AnyTagClassName
 {
   color: #00A560;
 }
</style>

background-color css

<style>
 a { background-color: #00A560; }

 a { background-color: rgb(0,165,96); }

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

border-color css

<style>
 span { border-color: #00A560; }

 span { border-color: rgb(0,165,96); }

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