Html Css Color HEX #009364 Shamrock Green

📋 copy color: '#009364'

red 0 ◦ green 147 ◦ blue 100

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

Shades of Shamrock Green #009364

Tints of Shamrock Green #009364

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 100 (39.45% from 255) = 40.49%

R = 0%
G = 59.51%
B = 40.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#009364 (or 0x009364) is known color: Shamrock Green. HEX triplet: 00, 93 and 64. RGB value is (0,147,100). Sum of RGB (Red+Green+Blue) = 0+147+100=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #009364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009364 is #FF6C9B. Grayscale: #616161. Windows color (decimal): -16739484 or 6591232. OLE color: 6591232.

HSL color Cylindrical-coordinate representation of color #009364: hue angle of 160.82º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009364 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 100 -
CMYK 1 0 0.32 0.42
HSL 160.82º 1% 0.29% -
HSV(B) 160.82º 1% 0.58% -
XYZ 12.73 21.79 15.59 -
YUV 97.69 129.3 58.32 -
System Red Green Blue C M Y K H S L
Decimal 0 147 100 1 0 0.32 0.42 160.82 1 0.29
Hex 0 93 64 64 0 20 2A A1 64 1D
Octal 0 223 144 144 0 40 52 241 144 35
Binary 0 10010011 1100100 1100100 0 100000 101010 10100001 1100100 11101

Color Harmonies of #009364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009364

Black with #009364

Text Example


Text Example

White with #009364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009364; }

 p { color: rgb(0,147,100); }

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

background-color css

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

 a { background-color: rgb(0,147,100); }

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

border-color css

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

 span { border-color: rgb(0,147,100); }

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