Html Css Color HEX #039966 Shamrock Green

📋 copy color: '#039966'

red 3 ◦ green 153 ◦ blue 102

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

Shades of Shamrock Green #039966

Tints of Shamrock Green #039966

RGB

 RED value IS 3 (1.56% from 255) = 1.16%

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

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 1.16%
G = 59.3%
B = 39.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#039966 (or 0x039966) is known color: Shamrock Green. HEX triplet: 03, 99 and 66. RGB value is (3,153,102). Sum of RGB (Red+Green+Blue) = 3+153+102=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 153 (60.16% from 255 or 59.30% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 153 - color contains mainly: green. Hex color #039966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039966 is #FC6699. Grayscale: #666666. Windows color (decimal): -16541338 or 6723843. OLE color: 6723843.

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

Color convert

RGB 3 153 102 -
CMYK 0.98 0 0.33 0.4
HSL 159.6º 0.96% 0.31% -
HSV(B) 159.6º 0.98% 0.6% -
XYZ 13.83 23.76 16.43 -
YUV 102.34 127.81 57.15 -
System Red Green Blue C M Y K H S L
Decimal 3 153 102 0.98 0 0.33 0.4 159.6 0.96 0.31
Hex 3 99 66 62 0 21 28 A0 60 1F
Octal 3 231 146 142 0 41 50 240 140 37
Binary 11 10011001 1100110 1100010 0 100001 101000 10100000 1100000 11111

Color Harmonies of #039966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039966

Black with #039966

Text Example


Text Example

White with #039966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039966; }

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

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

background-color css

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

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

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

border-color css

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

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

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