Html Css Color HEX #0A955E Shamrock Green

📋 copy color: '#0A955E'

red 10 ◦ green 149 ◦ blue 94

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

Shades of Shamrock Green #0A955E

Tints of Shamrock Green #0A955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.89%

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

R = 3.95%
G = 58.89%
B = 37.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#0A955E (or 0x0A955E) is known color: Shamrock Green. HEX triplet: 0A, 95 and 5E. RGB value is (10,149,94). Sum of RGB (Red+Green+Blue) = 10+149+94=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #0A955E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A955E is #F56AA1. Grayscale: #656565. Windows color (decimal): -16083618 or 6198538. OLE color: 6198538.

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

Color convert

RGB 10 149 94 -
CMYK 0.93 0 0.37 0.42
HSL 156.26º 0.87% 0.31% -
HSV(B) 156.26º 0.93% 0.58% -
XYZ 12.89 22.37 14.23 -
YUV 101.17 123.95 62.97 -
System Red Green Blue C M Y K H S L
Decimal 10 149 94 0.93 0 0.37 0.42 156.26 0.87 0.31
Hex A 95 5E 5D 0 25 2A 9C 57 1F
Octal 12 225 136 135 0 45 52 234 127 37
Binary 1010 10010101 1011110 1011101 0 100101 101010 10011100 1010111 11111

Color Harmonies of #0A955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A955E

Black with #0A955E

Text Example


Text Example

White with #0A955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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