Html Css Color HEX #0AA060 Shamrock Green

📋 copy color: '#0AA060'

red 10 ◦ green 160 ◦ blue 96

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

Shades of Shamrock Green #0AA060

Tints of Shamrock Green #0AA060

RGB

 RED value IS 10 (4.3% from 255) = 3.76%

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

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

R = 3.76%
G = 60.15%
B = 36.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#0AA060 (or 0x0AA060) is known color: Shamrock Green. HEX triplet: 0A, A0 and 60. RGB value is (10,160,96). Sum of RGB (Red+Green+Blue) = 10+160+96=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA060 is #F55F9F. Grayscale: #6B6B6B. Windows color (decimal): -16080800 or 6332426. OLE color: 6332426.

HSL color Cylindrical-coordinate representation of color #0AA060: hue angle of 154.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA060 is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 10 160 96 -
CMYK 0.94 0 0.4 0.37
HSL 154.4º 0.88% 0.33% -
HSV(B) 154.4º 0.94% 0.63% -
XYZ 14.81 26.05 15.31 -
YUV 107.85 121.31 58.2 -
System Red Green Blue C M Y K H S L
Decimal 10 160 96 0.94 0 0.4 0.37 154.4 0.88 0.33
Hex A A0 60 5E 0 28 25 9A 58 21
Octal 12 240 140 136 0 50 45 232 130 41
Binary 1010 10100000 1100000 1011110 0 101000 100101 10011010 1011000 100001

Color Harmonies of #0AA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA060

Black with #0AA060

Text Example


Text Example

White with #0AA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AA060; }

 p { color: rgb(10,160,96); }

 H1.HeaderClassName
 {
   color: #0AA060;
 }
 .AnyTagClassName
 {
   color: #0AA060;
 }
</style>

background-color css

<style>
 a { background-color: #0AA060; }

 a { background-color: rgb(10,160,96); }

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

border-color css

<style>
 span { border-color: #0AA060; }

 span { border-color: rgb(10,160,96); }

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