Html Css Color HEX #129B5E Shamrock Green

📋 copy color: '#129B5E'

red 18 ◦ green 155 ◦ blue 94

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

Shades of Shamrock Green #129B5E

Tints of Shamrock Green #129B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 58.05%

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

R = 6.74%
G = 58.05%
B = 35.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#129B5E (or 0x129B5E) is known color: Shamrock Green. HEX triplet: 12, 9B and 5E. RGB value is (18,155,94). Sum of RGB (Red+Green+Blue) = 18+155+94=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #129B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B5E is #ED64A1. Grayscale: #6B6B6B. Windows color (decimal): -15557794 or 6200082. OLE color: 6200082.

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

Color convert

RGB 18 155 94 -
CMYK 0.88 0 0.39 0.39
HSL 153.28º 0.79% 0.34% -
HSV(B) 153.28º 0.88% 0.61% -
XYZ 13.99 24.38 14.56 -
YUV 107.08 120.61 64.46 -
System Red Green Blue C M Y K H S L
Decimal 18 155 94 0.88 0 0.39 0.39 153.28 0.79 0.34
Hex 12 9B 5E 58 0 27 27 99 4F 22
Octal 22 233 136 130 0 47 47 231 117 42
Binary 10010 10011011 1011110 1011000 0 100111 100111 10011001 1001111 100010

Color Harmonies of #129B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B5E

Black with #129B5E

Text Example


Text Example

White with #129B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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