Html Css Color HEX #0A9465 Shamrock Green

📋 copy color: '#0A9465'

red 10 ◦ green 148 ◦ blue 101

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

Shades of Shamrock Green #0A9465

Tints of Shamrock Green #0A9465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.14%

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

R = 3.86%
G = 57.14%
B = 39%

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

#0A9465 (or 0x0A9465) is known color: Shamrock Green. HEX triplet: 0A, 94 and 65. RGB value is (10,148,101). Sum of RGB (Red+Green+Blue) = 10+148+101=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9465 is #F56B9A. Grayscale: #656565. Windows color (decimal): -16083867 or 6657034. OLE color: 6657034.

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

Color convert

RGB 10 148 101 -
CMYK 0.93 0 0.32 0.42
HSL 159.57º 0.87% 0.31% -
HSV(B) 159.57º 0.93% 0.58% -
XYZ 13.06 22.18 15.91 -
YUV 101.38 127.78 62.82 -
System Red Green Blue C M Y K H S L
Decimal 10 148 101 0.93 0 0.32 0.42 159.57 0.87 0.31
Hex A 94 65 5D 0 20 2A A0 57 1F
Octal 12 224 145 135 0 40 52 240 127 37
Binary 1010 10010100 1100101 1011101 0 100000 101010 10100000 1010111 11111

Color Harmonies of #0A9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9465

Black with #0A9465

Text Example


Text Example

White with #0A9465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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