Html Css Color HEX #009966 Shamrock Green

📋 copy color: '#009966'

red 0 ◦ green 153 ◦ blue 102

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

Shades of Shamrock Green #009966

Tints of Shamrock Green #009966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 60%

 BLUE value IS 102 (40.23% 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.4

RGB Variations

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

Color information

#009966 (or 0x009966) is known color: Shamrock Green. HEX triplet: 00, 99 and 66. RGB value is (0,153,102). Sum of RGB (Red+Green+Blue) = 0+153+102=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #009966 is a web safe color. Inversed color of #009966 is #FF6699. Grayscale: #656565. Windows color (decimal): -16737946 or 6723840. OLE color: 6723840.

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

Color convert

RGB 0 153 102 -
CMYK 1 0 0.33 0.4
HSL 160º 1% 0.3% -
HSV(B) 160º 1% 0.6% -
XYZ 13.79 23.74 16.43 -
YUV 101.44 128.31 55.65 -
System Red Green Blue C M Y K H S L
Decimal 0 153 102 1 0 0.33 0.4 160 1 0.3
Hex 0 99 66 64 0 21 28 A0 64 1E
Octal 0 231 146 144 0 41 50 240 144 36
Binary 0 10011001 1100110 1100100 0 100001 101000 10100000 1100100 11110

Color Harmonies of #009966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009966

Black with #009966

Text Example


Text Example

White with #009966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009966; }

 p { color: rgb(0,153,102); }

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

background-color css

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

 a { background-color: rgb(0,153,102); }

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

border-color css

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

 span { border-color: rgb(0,153,102); }

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