Html Css Color HEX #0A9365 Shamrock Green

📋 copy color: '#0A9365'

red 10 ◦ green 147 ◦ blue 101

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

Shades of Shamrock Green #0A9365

Tints of Shamrock Green #0A9365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 3.88%
G = 56.98%
B = 39.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#0A9365 (or 0x0A9365) is known color: Shamrock Green. HEX triplet: 0A, 93 and 65. RGB value is (10,147,101). Sum of RGB (Red+Green+Blue) = 10+147+101=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9365 is #F56C9A. Grayscale: #646464. Windows color (decimal): -16084123 or 6656778. OLE color: 6656778.

HSL color Cylindrical-coordinate representation of color #0A9365: hue angle of 159.85º 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 #0A9365 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 147 101 -
CMYK 0.93 0 0.31 0.42
HSL 159.85º 0.87% 0.31% -
HSV(B) 159.85º 0.93% 0.58% -
XYZ 12.91 21.87 15.85 -
YUV 100.79 128.11 63.24 -
System Red Green Blue C M Y K H S L
Decimal 10 147 101 0.93 0 0.31 0.42 159.85 0.87 0.31
Hex A 93 65 5D 0 1F 2A A0 57 1F
Octal 12 223 145 135 0 37 52 240 127 37
Binary 1010 10010011 1100101 1011101 0 11111 101010 10100000 1010111 11111

Color Harmonies of #0A9365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9365

Black with #0A9365

Text Example


Text Example

White with #0A9365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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