Html Css Color HEX #12A464 Shamrock Green

📋 copy color: '#12A464'

red 18 ◦ green 164 ◦ blue 100

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

Shades of Shamrock Green #12A464

Tints of Shamrock Green #12A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.16%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 6.38%
G = 58.16%
B = 35.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#12A464 (or 0x12A464) is known color: Shamrock Green. HEX triplet: 12, A4 and 64. RGB value is (18,164,100). Sum of RGB (Red+Green+Blue) = 18+164+100=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #12A464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A464 is #ED5B9B. Grayscale: #717171. Windows color (decimal): -15555484 or 6595602. OLE color: 6595602.

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

Color convert

RGB 18 164 100 -
CMYK 0.89 0 0.39 0.36
HSL 153.7º 0.8% 0.36% -
HSV(B) 153.7º 0.89% 0.64% -
XYZ 15.83 27.6 16.55 -
YUV 113.05 120.63 60.2 -
System Red Green Blue C M Y K H S L
Decimal 18 164 100 0.89 0 0.39 0.36 153.7 0.8 0.36
Hex 12 A4 64 59 0 27 24 9A 50 24
Octal 22 244 144 131 0 47 44 232 120 44
Binary 10010 10100100 1100100 1011001 0 100111 100100 10011010 1010000 100100

Color Harmonies of #12A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A464

Black with #12A464

Text Example


Text Example

White with #12A464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,100); }

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

background-color css

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

 a { background-color: rgb(18,164,100); }

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

border-color css

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

 span { border-color: rgb(18,164,100); }

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