Html Css Color HEX #129966 Shamrock Green

📋 copy color: '#129966'

red 18 ◦ green 153 ◦ blue 102

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

Shades of Shamrock Green #129966

Tints of Shamrock Green #129966

RGB

 RED value IS 18 (7.42% from 255) = 6.59%

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

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

R = 6.59%
G = 56.04%
B = 37.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#129966 (or 0x129966) is known color: Shamrock Green. HEX triplet: 12, 99 and 66. RGB value is (18,153,102). Sum of RGB (Red+Green+Blue) = 18+153+102=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #129966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129966 is #ED6699. Grayscale: #6A6A6A. Windows color (decimal): -15558298 or 6723858. OLE color: 6723858.

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

Color convert

RGB 18 153 102 -
CMYK 0.88 0 0.33 0.4
HSL 157.33º 0.79% 0.34% -
HSV(B) 157.33º 0.88% 0.6% -
XYZ 14.04 23.87 16.44 -
YUV 106.82 125.27 64.65 -
System Red Green Blue C M Y K H S L
Decimal 18 153 102 0.88 0 0.33 0.4 157.33 0.79 0.34
Hex 12 99 66 58 0 21 28 9D 4F 22
Octal 22 231 146 130 0 41 50 235 117 42
Binary 10010 10011001 1100110 1011000 0 100001 101000 10011101 1001111 100010

Color Harmonies of #129966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129966

Black with #129966

Text Example


Text Example

White with #129966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129966; }

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

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

background-color css

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

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

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

border-color css

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

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

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