Html Css Color HEX #009360 Shamrock Green

📋 copy color: '#009360'

red 0 ◦ green 147 ◦ blue 96

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

Shades of Shamrock Green #009360

Tints of Shamrock Green #009360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 0%
G = 60.49%
B = 39.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#009360 (or 0x009360) is known color: Shamrock Green. HEX triplet: 00, 93 and 60. RGB value is (0,147,96). Sum of RGB (Red+Green+Blue) = 0+147+96=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #009360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009360 is #FF6C9F. Grayscale: #616161. Windows color (decimal): -16739488 or 6329088. OLE color: 6329088.

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

Color convert

RGB 0 147 96 -
CMYK 1 0 0.35 0.42
HSL 159.18º 1% 0.29% -
HSV(B) 159.18º 1% 0.58% -
XYZ 12.55 21.71 14.6 -
YUV 97.23 127.3 58.65 -
System Red Green Blue C M Y K H S L
Decimal 0 147 96 1 0 0.35 0.42 159.18 1 0.29
Hex 0 93 60 64 0 23 2A 9F 64 1D
Octal 0 223 140 144 0 43 52 237 144 35
Binary 0 10010011 1100000 1100100 0 100011 101010 10011111 1100100 11101

Color Harmonies of #009360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009360

Black with #009360

Text Example


Text Example

White with #009360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009360; }

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

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

background-color css

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

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

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

border-color css

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

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

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