Html Css Color HEX #12A366 Shamrock Green

📋 copy color: '#12A366'

red 18 ◦ green 163 ◦ blue 102

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

Shades of Shamrock Green #12A366

Tints of Shamrock Green #12A366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.6%

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

R = 6.36%
G = 57.6%
B = 36.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#12A366 (or 0x12A366) is known color: Shamrock Green. HEX triplet: 12, A3 and 66. RGB value is (18,163,102). Sum of RGB (Red+Green+Blue) = 18+163+102=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #12A366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A366 is #ED5C99. Grayscale: #707070. Windows color (decimal): -15555738 or 6726418. OLE color: 6726418.

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

Color convert

RGB 18 163 102 -
CMYK 0.89 0 0.37 0.36
HSL 154.76º 0.8% 0.35% -
HSV(B) 154.76º 0.89% 0.64% -
XYZ 15.74 27.28 17.01 -
YUV 112.69 121.96 60.46 -
System Red Green Blue C M Y K H S L
Decimal 18 163 102 0.89 0 0.37 0.36 154.76 0.8 0.35
Hex 12 A3 66 59 0 25 24 9B 50 23
Octal 22 243 146 131 0 45 44 233 120 43
Binary 10010 10100011 1100110 1011001 0 100101 100100 10011011 1010000 100011

Color Harmonies of #12A366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A366

Black with #12A366

Text Example


Text Example

White with #12A366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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