Html Css Color HEX #0AAA5E Shamrock Green

📋 copy color: '#0AAA5E'

red 10 ◦ green 170 ◦ blue 94

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

Shades of Shamrock Green #0AAA5E

Tints of Shamrock Green #0AAA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 3.65%
G = 62.04%
B = 34.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#0AAA5E (or 0x0AAA5E) is known color: Shamrock Green. HEX triplet: 0A, AA and 5E. RGB value is (10,170,94). Sum of RGB (Red+Green+Blue) = 10+170+94=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA5E is #F555A1. Grayscale: #717171. Windows color (decimal): -16078242 or 6203914. OLE color: 6203914.

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

Color convert

RGB 10 170 94 -
CMYK 0.94 0 0.45 0.33
HSL 151.5º 0.89% 0.35% -
HSV(B) 151.5º 0.94% 0.67% -
XYZ 16.52 29.62 15.44 -
YUV 113.5 116.99 54.18 -
System Red Green Blue C M Y K H S L
Decimal 10 170 94 0.94 0 0.45 0.33 151.5 0.89 0.35
Hex A AA 5E 5E 0 2D 21 98 59 23
Octal 12 252 136 136 0 55 41 230 131 43
Binary 1010 10101010 1011110 1011110 0 101101 100001 10011000 1011001 100011

Color Harmonies of #0AAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA5E

Black with #0AAA5E

Text Example


Text Example

White with #0AAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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