Html Css Color HEX #12A561 Shamrock Green

📋 copy color: '#12A561'

red 18 ◦ green 165 ◦ blue 97

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

Shades of Shamrock Green #12A561

Tints of Shamrock Green #12A561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.93%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 6.43%
G = 58.93%
B = 34.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#12A561 (or 0x12A561) is known color: Shamrock Green. HEX triplet: 12, A5 and 61. RGB value is (18,165,97). Sum of RGB (Red+Green+Blue) = 18+165+97=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #12A561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A561 is #ED5A9E. Grayscale: #717171. Windows color (decimal): -15555231 or 6399250. OLE color: 6399250.

HSL color Cylindrical-coordinate representation of color #12A561: hue angle of 152.24º 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 #12A561 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 97 -
CMYK 0.89 0 0.41 0.35
HSL 152.24º 0.8% 0.36% -
HSV(B) 152.24º 0.89% 0.65% -
XYZ 15.86 27.9 15.86 -
YUV 113.3 118.8 60.03 -
System Red Green Blue C M Y K H S L
Decimal 18 165 97 0.89 0 0.41 0.35 152.24 0.8 0.36
Hex 12 A5 61 59 0 29 23 98 50 24
Octal 22 245 141 131 0 51 43 230 120 44
Binary 10010 10100101 1100001 1011001 0 101001 100011 10011000 1010000 100100

Color Harmonies of #12A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A561

Black with #12A561

Text Example


Text Example

White with #12A561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,165,97); }

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

background-color css

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

 a { background-color: rgb(18,165,97); }

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

border-color css

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

 span { border-color: rgb(18,165,97); }

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