Html Css Color HEX #0AA067 Shamrock Green

📋 copy color: '#0AA067'

red 10 ◦ green 160 ◦ blue 103

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

Shades of Shamrock Green #0AA067

Tints of Shamrock Green #0AA067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 3.66%
G = 58.61%
B = 37.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#0AA067 (or 0x0AA067) is known color: Shamrock Green. HEX triplet: 0A, A0 and 67. RGB value is (10,160,103). Sum of RGB (Red+Green+Blue) = 10+160+103=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA067 is #F55F98. Grayscale: #6C6C6C. Windows color (decimal): -16080793 or 6791178. OLE color: 6791178.

HSL color Cylindrical-coordinate representation of color #0AA067: hue angle of 157.2º 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 #0AA067 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 10 160 103 -
CMYK 0.94 0 0.36 0.37
HSL 157.2º 0.88% 0.33% -
HSV(B) 157.2º 0.94% 0.63% -
XYZ 15.14 26.19 17.09 -
YUV 108.65 124.81 57.63 -
System Red Green Blue C M Y K H S L
Decimal 10 160 103 0.94 0 0.36 0.37 157.2 0.88 0.33
Hex A A0 67 5E 0 24 25 9D 58 21
Octal 12 240 147 136 0 44 45 235 130 41
Binary 1010 10100000 1100111 1011110 0 100100 100101 10011101 1011000 100001

Color Harmonies of #0AA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA067

Black with #0AA067

Text Example


Text Example

White with #0AA067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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