Html Css Color HEX #12995D Shamrock Green

📋 copy color: '#12995D'

red 18 ◦ green 153 ◦ blue 93

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

Shades of Shamrock Green #12995D

Tints of Shamrock Green #12995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.95%

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 6.82%
G = 57.95%
B = 35.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#12995D (or 0x12995D) is known color: Shamrock Green. HEX triplet: 12, 99 and 5D. RGB value is (18,153,93). Sum of RGB (Red+Green+Blue) = 18+153+93=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #12995D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12995D is #ED66A2. Grayscale: #696969. Windows color (decimal): -15558307 or 6134034. OLE color: 6134034.

HSL color Cylindrical-coordinate representation of color #12995D: hue angle of 153.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12995D is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 93 -
CMYK 0.88 0 0.39 0.4
HSL 153.33º 0.79% 0.34% -
HSV(B) 153.33º 0.88% 0.6% -
XYZ 13.62 23.7 14.21 -
YUV 105.8 120.77 65.38 -
System Red Green Blue C M Y K H S L
Decimal 18 153 93 0.88 0 0.39 0.4 153.33 0.79 0.34
Hex 12 99 5D 58 0 27 28 99 4F 22
Octal 22 231 135 130 0 47 50 231 117 42
Binary 10010 10011001 1011101 1011000 0 100111 101000 10011001 1001111 100010

Color Harmonies of #12995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12995D

Black with #12995D

Text Example


Text Example

White with #12995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12995D; }

 p { color: rgb(18,153,93); }

 H1.HeaderClassName
 {
   color: #12995D;
 }
 .AnyTagClassName
 {
   color: #12995D;
 }
</style>

background-color css

<style>
 a { background-color: #12995D; }

 a { background-color: rgb(18,153,93); }

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

border-color css

<style>
 span { border-color: #12995D; }

 span { border-color: rgb(18,153,93); }

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