Html Css Color HEX #0A9B5E Shamrock Green

📋 copy color: '#0A9B5E'

red 10 ◦ green 155 ◦ blue 94

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

Shades of Shamrock Green #0A9B5E

Tints of Shamrock Green #0A9B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 59.85%

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

R = 3.86%
G = 59.85%
B = 36.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#0A9B5E (or 0x0A9B5E) is known color: Shamrock Green. HEX triplet: 0A, 9B and 5E. RGB value is (10,155,94). Sum of RGB (Red+Green+Blue) = 10+155+94=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9B5E is #F564A1. Grayscale: #686868. Windows color (decimal): -16082082 or 6200074. OLE color: 6200074.

HSL color Cylindrical-coordinate representation of color #0A9B5E: hue angle of 154.76º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9B5E is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 155 94 -
CMYK 0.94 0 0.39 0.39
HSL 154.76º 0.88% 0.32% -
HSV(B) 154.76º 0.94% 0.61% -
XYZ 13.87 24.32 14.55 -
YUV 104.69 121.96 60.46 -
System Red Green Blue C M Y K H S L
Decimal 10 155 94 0.94 0 0.39 0.39 154.76 0.88 0.32
Hex A 9B 5E 5E 0 27 27 9B 58 20
Octal 12 233 136 136 0 47 47 233 130 40
Binary 1010 10011011 1011110 1011110 0 100111 100111 10011011 1011000 100000

Color Harmonies of #0A9B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9B5E

Black with #0A9B5E

Text Example


Text Example

White with #0A9B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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