Html Css Color HEX #00A760 Shamrock Green

📋 copy color: '#00A760'

red 0 ◦ green 167 ◦ blue 96

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

Shades of Shamrock Green #00A760

Tints of Shamrock Green #00A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 63.5%

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

R = 0%
G = 63.5%
B = 36.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#00A760 (or 0x00A760) is known color: Shamrock Green. HEX triplet: 00, A7 and 60. RGB value is (0,167,96). Sum of RGB (Red+Green+Blue) = 0+167+96=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 167 (65.62% from 255 or 63.50% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 167 - color contains mainly: green. Hex color #00A760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A760 is #FF589F. Grayscale: #6D6D6D. Windows color (decimal): -16734368 or 6334208. OLE color: 6334208.

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

Color convert

RGB 0 167 96 -
CMYK 1 0 0.43 0.35
HSL 154.49º 1% 0.33% -
HSV(B) 154.49º 1% 0.65% -
XYZ 15.93 28.48 15.72 -
YUV 108.97 120.67 50.27 -
System Red Green Blue C M Y K H S L
Decimal 0 167 96 1 0 0.43 0.35 154.49 1 0.33
Hex 0 A7 60 64 0 2B 23 9A 64 21
Octal 0 247 140 144 0 53 43 232 144 41
Binary 0 10100111 1100000 1100100 0 101011 100011 10011010 1100100 100001

Color Harmonies of #00A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A760

Black with #00A760

Text Example


Text Example

White with #00A760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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