Html Css Color HEX #009C64 Shamrock Green

📋 copy color: '#009C64'

red 0 ◦ green 156 ◦ blue 100

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

Shades of Shamrock Green #009C64

Tints of Shamrock Green #009C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 60.94%

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

R = 0%
G = 60.94%
B = 39.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#009C64 (or 0x009C64) is known color: Shamrock Green. HEX triplet: 00, 9C and 64. RGB value is (0,156,100). Sum of RGB (Red+Green+Blue) = 0+156+100=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #009C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C64 is #FF639B. Grayscale: #676767. Windows color (decimal): -16737180 or 6593536. OLE color: 6593536.

HSL color Cylindrical-coordinate representation of color #009C64: hue angle of 158.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C64 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 100 -
CMYK 1 0 0.36 0.39
HSL 158.46º 1% 0.31% -
HSV(B) 158.46º 1% 0.61% -
XYZ 14.19 24.7 16.08 -
YUV 102.97 126.32 54.55 -
System Red Green Blue C M Y K H S L
Decimal 0 156 100 1 0 0.36 0.39 158.46 1 0.31
Hex 0 9C 64 64 0 24 27 9E 64 1F
Octal 0 234 144 144 0 44 47 236 144 37
Binary 0 10011100 1100100 1100100 0 100100 100111 10011110 1100100 11111

Color Harmonies of #009C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C64

Black with #009C64

Text Example


Text Example

White with #009C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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