Html Css Color HEX #0AA360 Shamrock Green

📋 copy color: '#0AA360'

red 10 ◦ green 163 ◦ blue 96

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

Shades of Shamrock Green #0AA360

Tints of Shamrock Green #0AA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 60.59%

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

R = 3.72%
G = 60.59%
B = 35.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#0AA360 (or 0x0AA360) is known color: Shamrock Green. HEX triplet: 0A, A3 and 60. RGB value is (10,163,96). Sum of RGB (Red+Green+Blue) = 10+163+96=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA360 is #F55C9F. Grayscale: #6D6D6D. Windows color (decimal): -16080032 or 6333194. OLE color: 6333194.

HSL color Cylindrical-coordinate representation of color #0AA360: hue angle of 153.73º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA360 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 10 163 96 -
CMYK 0.94 0 0.41 0.36
HSL 153.73º 0.88% 0.34% -
HSV(B) 153.73º 0.94% 0.64% -
XYZ 15.33 27.1 15.49 -
YUV 109.62 120.31 56.95 -
System Red Green Blue C M Y K H S L
Decimal 10 163 96 0.94 0 0.41 0.36 153.73 0.88 0.34
Hex A A3 60 5E 0 29 24 9A 58 22
Octal 12 243 140 136 0 51 44 232 130 42
Binary 1010 10100011 1100000 1011110 0 101001 100100 10011010 1011000 100010

Color Harmonies of #0AA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA360

Black with #0AA360

Text Example


Text Example

White with #0AA360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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