Html Css Color HEX #12A660 Shamrock Green

📋 copy color: '#12A660'

red 18 ◦ green 166 ◦ blue 96

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

Shades of Shamrock Green #12A660

Tints of Shamrock Green #12A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 59.29%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 6.43%
G = 59.29%
B = 34.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#12A660 (or 0x12A660) is known color: Shamrock Green. HEX triplet: 12, A6 and 60. RGB value is (18,166,96). Sum of RGB (Red+Green+Blue) = 18+166+96=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 166 (65.23% from 255 or 59.29% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 166 - color contains mainly: green. Hex color #12A660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A660 is #ED599F. Grayscale: #717171. Windows color (decimal): -15554976 or 6333970. OLE color: 6333970.

HSL color Cylindrical-coordinate representation of color #12A660: hue angle of 151.62º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A660 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 166 96 -
CMYK 0.89 0 0.42 0.35
HSL 151.62º 0.8% 0.36% -
HSV(B) 151.62º 0.89% 0.65% -
XYZ 16 28.25 15.68 -
YUV 113.77 117.97 59.69 -
System Red Green Blue C M Y K H S L
Decimal 18 166 96 0.89 0 0.42 0.35 151.62 0.8 0.36
Hex 12 A6 60 59 0 2A 23 98 50 24
Octal 22 246 140 131 0 52 43 230 120 44
Binary 10010 10100110 1100000 1011001 0 101010 100011 10011000 1010000 100100

Color Harmonies of #12A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A660

Black with #12A660

Text Example


Text Example

White with #12A660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A660; }

 p { color: rgb(18,166,96); }

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

background-color css

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

 a { background-color: rgb(18,166,96); }

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

border-color css

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

 span { border-color: rgb(18,166,96); }

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