Html Css Color HEX #129A5E Shamrock Green

📋 copy color: '#129A5E'

red 18 ◦ green 154 ◦ blue 94

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

Shades of Shamrock Green #129A5E

Tints of Shamrock Green #129A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 57.89%

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

R = 6.77%
G = 57.89%
B = 35.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#129A5E (or 0x129A5E) is known color: Shamrock Green. HEX triplet: 12, 9A and 5E. RGB value is (18,154,94). Sum of RGB (Red+Green+Blue) = 18+154+94=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 154 (60.55% from 255 or 57.89% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 154 - color contains mainly: green. Hex color #129A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129A5E is #ED65A1. Grayscale: #6A6A6A. Windows color (decimal): -15558050 or 6199826. OLE color: 6199826.

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

Color convert

RGB 18 154 94 -
CMYK 0.88 0 0.39 0.40
HSL 153.53º 0.79% 0.34% -
HSV(B) 153.53º 0.88% 0.6% -
XYZ 13.83 24.05 14.5 -
YUV 106.5 120.94 64.88 -
System Red Green Blue C M Y K H S L
Decimal 18 154 94 0.88 0 0.39 0.40 153.53 0.79 0.34
Hex 12 9A 5E 58 0 27 28 9A 4F 22
Octal 22 232 136 130 0 47 50 232 117 42
Binary 10010 10011010 1011110 1011000 0 100111 101000 10011010 1001111 100010

Color Harmonies of #129A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129A5E

Black with #129A5E

Text Example


Text Example

White with #129A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129A5E; }

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

 H1.HeaderClassName
 {
   color: #129A5E;
 }
 .AnyTagClassName
 {
   color: #129A5E;
 }
</style>

background-color css

<style>
 a { background-color: #129A5E; }

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

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

border-color css

<style>
 span { border-color: #129A5E; }

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

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