Html Css Color HEX #12995E Shamrock Green

📋 copy color: '#12995E'

red 18 ◦ green 153 ◦ blue 94

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

Shades of Shamrock Green #12995E

Tints of Shamrock Green #12995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 6.79%
G = 57.74%
B = 35.47%

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

#12995E (or 0x12995E) is known color: Shamrock Green. HEX triplet: 12, 99 and 5E. RGB value is (18,153,94). Sum of RGB (Red+Green+Blue) = 18+153+94=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #12995E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12995E is #ED66A1. Grayscale: #6A6A6A. Windows color (decimal): -15558306 or 6199570. OLE color: 6199570.

HSL color Cylindrical-coordinate representation of color #12995E: hue angle of 153.78º 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 #12995E is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 94 -
CMYK 0.88 0 0.39 0.4
HSL 153.78º 0.79% 0.34% -
HSV(B) 153.78º 0.88% 0.6% -
XYZ 13.66 23.72 14.45 -
YUV 105.91 121.27 65.3 -
System Red Green Blue C M Y K H S L
Decimal 18 153 94 0.88 0 0.39 0.4 153.78 0.79 0.34
Hex 12 99 5E 58 0 27 28 9A 4F 22
Octal 22 231 136 130 0 47 50 232 117 42
Binary 10010 10011001 1011110 1011000 0 100111 101000 10011010 1001111 100010

Color Harmonies of #12995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12995E

Black with #12995E

Text Example


Text Example

White with #12995E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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