Html Css Color HEX #0A9155 Shamrock Green

📋 copy color: '#0A9155'

red 10 ◦ green 145 ◦ blue 85

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

Shades of Shamrock Green #0A9155

Tints of Shamrock Green #0A9155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.42%

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 4.17%
G = 60.42%
B = 35.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#0A9155 (or 0x0A9155) is known color: Shamrock Green. HEX triplet: 0A, 91 and 55. RGB value is (10,145,85). Sum of RGB (Red+Green+Blue) = 10+145+85=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #0A9155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9155 is #F56EAA. Grayscale: #616161. Windows color (decimal): -16084651 or 5607690. OLE color: 5607690.

HSL color Cylindrical-coordinate representation of color #0A9155: hue angle of 153.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9155 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 10 145 85 -
CMYK 0.93 0 0.41 0.43
HSL 153.33º 0.87% 0.3% -
HSV(B) 153.33º 0.93% 0.57% -
XYZ 11.89 20.97 12.02 -
YUV 97.8 120.77 65.38 -
System Red Green Blue C M Y K H S L
Decimal 10 145 85 0.93 0 0.41 0.43 153.33 0.87 0.3
Hex A 91 55 5D 0 29 2B 99 57 1E
Octal 12 221 125 135 0 51 53 231 127 36
Binary 1010 10010001 1010101 1011101 0 101001 101011 10011001 1010111 11110

Color Harmonies of #0A9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9155

Black with #0A9155

Text Example


Text Example

White with #0A9155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,145,85); }

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

background-color css

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

 a { background-color: rgb(10,145,85); }

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

border-color css

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

 span { border-color: rgb(10,145,85); }

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