Html Css Color HEX #0A9364 Shamrock Green

📋 copy color: '#0A9364'

red 10 ◦ green 147 ◦ blue 100

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

Shades of Shamrock Green #0A9364

Tints of Shamrock Green #0A9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.2%

 BLUE value IS 100 (39.45% from 255) = 38.91%

R = 3.89%
G = 57.2%
B = 38.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#0A9364 (or 0x0A9364) is known color: Shamrock Green. HEX triplet: 0A, 93 and 64. RGB value is (10,147,100). Sum of RGB (Red+Green+Blue) = 10+147+100=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9364 is #F56C9B. Grayscale: #646464. Windows color (decimal): -16084124 or 6591242. OLE color: 6591242.

HSL color Cylindrical-coordinate representation of color #0A9364: hue angle of 159.42º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9364 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 147 100 -
CMYK 0.93 0 0.32 0.42
HSL 159.42º 0.87% 0.31% -
HSV(B) 159.42º 0.93% 0.58% -
XYZ 12.86 21.85 15.6 -
YUV 100.68 127.61 63.32 -
System Red Green Blue C M Y K H S L
Decimal 10 147 100 0.93 0 0.32 0.42 159.42 0.87 0.31
Hex A 93 64 5D 0 20 2A 9F 57 1F
Octal 12 223 144 135 0 40 52 237 127 37
Binary 1010 10010011 1100100 1011101 0 100000 101010 10011111 1010111 11111

Color Harmonies of #0A9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9364

Black with #0A9364

Text Example


Text Example

White with #0A9364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,147,100); }

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

background-color css

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

 a { background-color: rgb(10,147,100); }

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

border-color css

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

 span { border-color: rgb(10,147,100); }

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