Html Css Color HEX #12A761 Shamrock Green

📋 copy color: '#12A761'

red 18 ◦ green 167 ◦ blue 97

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

Shades of Shamrock Green #12A761

Tints of Shamrock Green #12A761

RGB

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

 GREEN value IS 167 (65.63% from 255) = 59.22%

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

R = 6.38%
G = 59.22%
B = 34.4%

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

#12A761 (or 0x12A761) is known color: Shamrock Green. HEX triplet: 12, A7 and 61. RGB value is (18,167,97). Sum of RGB (Red+Green+Blue) = 18+167+97=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 167 (65.62% from 255 or 59.22% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 167 - color contains mainly: green. Hex color #12A761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A761 is #ED589E. Grayscale: #727272. Windows color (decimal): -15554719 or 6399762. OLE color: 6399762.

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

Color convert

RGB 18 167 97 -
CMYK 0.89 0 0.42 0.35
HSL 151.81º 0.81% 0.36% -
HSV(B) 151.81º 0.89% 0.65% -
XYZ 16.23 28.63 15.98 -
YUV 114.47 118.14 59.19 -
System Red Green Blue C M Y K H S L
Decimal 18 167 97 0.89 0 0.42 0.35 151.81 0.81 0.36
Hex 12 A7 61 59 0 2A 23 98 51 24
Octal 22 247 141 131 0 52 43 230 121 44
Binary 10010 10100111 1100001 1011001 0 101010 100011 10011000 1010001 100100

Color Harmonies of #12A761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A761

Black with #12A761

Text Example


Text Example

White with #12A761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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