Html Css Color HEX #12A960 Shamrock Green

📋 copy color: '#12A960'

red 18 ◦ green 169 ◦ blue 96

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

Shades of Shamrock Green #12A960

Tints of Shamrock Green #12A960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.72%

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

R = 6.36%
G = 59.72%
B = 33.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#12A960 (or 0x12A960) is known color: Shamrock Green. HEX triplet: 12, A9 and 60. RGB value is (18,169,96). Sum of RGB (Red+Green+Blue) = 18+169+96=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #12A960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A960 is #ED569F. Grayscale: #737373. Windows color (decimal): -15554208 or 6334738. OLE color: 6334738.

HSL color Cylindrical-coordinate representation of color #12A960: hue angle of 150.99º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A960 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 169 96 -
CMYK 0.89 0 0.43 0.34
HSL 150.99º 0.81% 0.37% -
HSV(B) 150.99º 0.89% 0.66% -
XYZ 16.55 29.35 15.86 -
YUV 115.53 116.97 58.44 -
System Red Green Blue C M Y K H S L
Decimal 18 169 96 0.89 0 0.43 0.34 150.99 0.81 0.37
Hex 12 A9 60 59 0 2B 22 97 51 25
Octal 22 251 140 131 0 53 42 227 121 45
Binary 10010 10101001 1100000 1011001 0 101011 100010 10010111 1010001 100101

Color Harmonies of #12A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A960

Black with #12A960

Text Example


Text Example

White with #12A960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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