Html Css Color HEX #0AA15D Shamrock Green

📋 copy color: '#0AA15D'

red 10 ◦ green 161 ◦ blue 93

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

Shades of Shamrock Green #0AA15D

Tints of Shamrock Green #0AA15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.98%

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 3.79%
G = 60.98%
B = 35.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#0AA15D (or 0x0AA15D) is known color: Shamrock Green. HEX triplet: 0A, A1 and 5D. RGB value is (10,161,93). Sum of RGB (Red+Green+Blue) = 10+161+93=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 161 (63.28% from 255 or 60.98% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA15D is #F55EA2. Grayscale: #6C6C6C. Windows color (decimal): -16080547 or 6136074. OLE color: 6136074.

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

Color convert

RGB 10 161 93 -
CMYK 0.94 0 0.42 0.37
HSL 152.98º 0.88% 0.34% -
HSV(B) 152.98º 0.94% 0.63% -
XYZ 14.85 26.34 14.66 -
YUV 108.1 119.47 58.03 -
System Red Green Blue C M Y K H S L
Decimal 10 161 93 0.94 0 0.42 0.37 152.98 0.88 0.34
Hex A A1 5D 5E 0 2A 25 99 58 22
Octal 12 241 135 136 0 52 45 231 130 42
Binary 1010 10100001 1011101 1011110 0 101010 100101 10011001 1011000 100010

Color Harmonies of #0AA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA15D

Black with #0AA15D

Text Example


Text Example

White with #0AA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,161,93); }

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

background-color css

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

 a { background-color: rgb(10,161,93); }

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

border-color css

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

 span { border-color: rgb(10,161,93); }

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