Html Css Color HEX #049966 Shamrock Green

📋 copy color: '#049966'

red 4 ◦ green 153 ◦ blue 102

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

Shades of Shamrock Green #049966

Tints of Shamrock Green #049966

RGB

 RED value IS 4 (1.95% from 255) = 1.54%

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

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

R = 1.54%
G = 59.07%
B = 39.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#049966 (or 0x049966) is known color: Shamrock Green. HEX triplet: 04, 99 and 66. RGB value is (4,153,102). Sum of RGB (Red+Green+Blue) = 4+153+102=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #049966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049966 is #FB6699. Grayscale: #666666. Windows color (decimal): -16475802 or 6723844. OLE color: 6723844.

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

Color convert

RGB 4 153 102 -
CMYK 0.97 0 0.33 0.4
HSL 159.46º 0.95% 0.31% -
HSV(B) 159.46º 0.97% 0.6% -
XYZ 13.84 23.77 16.43 -
YUV 102.64 127.64 57.65 -
System Red Green Blue C M Y K H S L
Decimal 4 153 102 0.97 0 0.33 0.4 159.46 0.95 0.31
Hex 4 99 66 61 0 21 28 9F 5F 1F
Octal 4 231 146 141 0 41 50 237 137 37
Binary 100 10011001 1100110 1100001 0 100001 101000 10011111 1011111 11111

Color Harmonies of #049966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049966

Black with #049966

Text Example


Text Example

White with #049966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049966; }

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

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

background-color css

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

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

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

border-color css

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

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

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