Html Css Color HEX #0A9354 Shamrock Green

📋 copy color: '#0A9354'

red 10 ◦ green 147 ◦ blue 84

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

Shades of Shamrock Green #0A9354

Tints of Shamrock Green #0A9354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 4.15%
G = 61%
B = 34.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#0A9354 (or 0x0A9354) is known color: Shamrock Green. HEX triplet: 0A, 93 and 54. RGB value is (10,147,84). Sum of RGB (Red+Green+Blue) = 10+147+84=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 147 (57.81% from 255 or 61.00% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9354 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9354 is #F56CAB. Grayscale: #626262. Windows color (decimal): -16084140 or 5542666. OLE color: 5542666.

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

Color convert

RGB 10 147 84 -
CMYK 0.93 0 0.43 0.42
HSL 152.41º 0.87% 0.31% -
HSV(B) 152.41º 0.93% 0.58% -
XYZ 12.16 21.57 11.91 -
YUV 98.86 119.61 64.62 -
System Red Green Blue C M Y K H S L
Decimal 10 147 84 0.93 0 0.43 0.42 152.41 0.87 0.31
Hex A 93 54 5D 0 2B 2A 98 57 1F
Octal 12 223 124 135 0 53 52 230 127 37
Binary 1010 10010011 1010100 1011101 0 101011 101010 10011000 1010111 11111

Color Harmonies of #0A9354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9354

Black with #0A9354

Text Example


Text Example

White with #0A9354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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