Html Css Color HEX #009664 Shamrock Green

📋 copy color: '#009664'

red 0 ◦ green 150 ◦ blue 100

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

Shades of Shamrock Green #009664

Tints of Shamrock Green #009664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60%

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

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#009664 (or 0x009664) is known color: Shamrock Green. HEX triplet: 00, 96 and 64. RGB value is (0,150,100). Sum of RGB (Red+Green+Blue) = 0+150+100=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #009664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009664 is #FF699B. Grayscale: #636363. Windows color (decimal): -16738716 or 6592000. OLE color: 6592000.

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

Color convert

RGB 0 150 100 -
CMYK 1 0 0.33 0.41
HSL 160º 1% 0.29% -
HSV(B) 160º 1% 0.59% -
XYZ 13.21 22.73 15.75 -
YUV 99.45 128.31 57.07 -
System Red Green Blue C M Y K H S L
Decimal 0 150 100 1 0 0.33 0.41 160 1 0.29
Hex 0 96 64 64 0 21 29 A0 64 1D
Octal 0 226 144 144 0 41 51 240 144 35
Binary 0 10010110 1100100 1100100 0 100001 101001 10100000 1100100 11101

Color Harmonies of #009664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009664

Black with #009664

Text Example


Text Example

White with #009664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009664; }

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

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

background-color css

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

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

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

border-color css

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

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

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