Html Css Color HEX #0AAA60 Shamrock Green

📋 copy color: '#0AAA60'

red 10 ◦ green 170 ◦ blue 96

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

Shades of Shamrock Green #0AAA60

Tints of Shamrock Green #0AAA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.59%

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

R = 3.62%
G = 61.59%
B = 34.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#0AAA60 (or 0x0AAA60) is known color: Shamrock Green. HEX triplet: 0A, AA and 60. RGB value is (10,170,96). Sum of RGB (Red+Green+Blue) = 10+170+96=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA60 is #F5559F. Grayscale: #717171. Windows color (decimal): -16078240 or 6334986. OLE color: 6334986.

HSL color Cylindrical-coordinate representation of color #0AAA60: hue angle of 152.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA60 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 96 -
CMYK 0.94 0 0.44 0.33
HSL 152.25º 0.89% 0.35% -
HSV(B) 152.25º 0.94% 0.67% -
XYZ 16.61 29.66 15.92 -
YUV 113.72 117.99 54.02 -
System Red Green Blue C M Y K H S L
Decimal 10 170 96 0.94 0 0.44 0.33 152.25 0.89 0.35
Hex A AA 60 5E 0 2C 21 98 59 23
Octal 12 252 140 136 0 54 41 230 131 43
Binary 1010 10101010 1100000 1011110 0 101100 100001 10011000 1011001 100011

Color Harmonies of #0AAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA60

Black with #0AAA60

Text Example


Text Example

White with #0AAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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