Html Css Color HEX #009365 Shamrock Green

📋 copy color: '#009365'

red 0 ◦ green 147 ◦ blue 101

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

Shades of Shamrock Green #009365

Tints of Shamrock Green #009365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 0%
G = 59.27%
B = 40.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#009365 (or 0x009365) is known color: Shamrock Green. HEX triplet: 00, 93 and 65. RGB value is (0,147,101). Sum of RGB (Red+Green+Blue) = 0+147+101=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #009365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009365 is #FF6C9A. Grayscale: #616161. Windows color (decimal): -16739483 or 6656768. OLE color: 6656768.

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

Color convert

RGB 0 147 101 -
CMYK 1 0 0.31 0.42
HSL 161.22º 1% 0.29% -
HSV(B) 161.22º 1% 0.58% -
XYZ 12.78 21.81 15.85 -
YUV 97.8 129.8 58.24 -
System Red Green Blue C M Y K H S L
Decimal 0 147 101 1 0 0.31 0.42 161.22 1 0.29
Hex 0 93 65 64 0 1F 2A A1 64 1D
Octal 0 223 145 144 0 37 52 241 144 35
Binary 0 10010011 1100101 1100100 0 11111 101010 10100001 1100100 11101

Color Harmonies of #009365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009365

Black with #009365

Text Example


Text Example

White with #009365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009365; }

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

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

background-color css

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

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

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

border-color css

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

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

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