Html Css Color HEX #129455 Shamrock Green

📋 copy color: '#129455'

red 18 ◦ green 148 ◦ blue 85

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

Shades of Shamrock Green #129455

Tints of Shamrock Green #129455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.96%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 7.17%
G = 58.96%
B = 33.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#129455 (or 0x129455) is known color: Shamrock Green. HEX triplet: 12, 94 and 55. RGB value is (18,148,85). Sum of RGB (Red+Green+Blue) = 18+148+85=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #129455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129455 is #ED6BAA. Grayscale: #666666. Windows color (decimal): -15559595 or 5608466. OLE color: 5608466.

HSL color Cylindrical-coordinate representation of color #129455: hue angle of 150.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129455 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 85 -
CMYK 0.88 0 0.43 0.42
HSL 150.92º 0.78% 0.33% -
HSV(B) 150.92º 0.88% 0.58% -
XYZ 12.48 21.96 12.18 -
YUV 101.95 118.43 68.12 -
System Red Green Blue C M Y K H S L
Decimal 18 148 85 0.88 0 0.43 0.42 150.92 0.78 0.33
Hex 12 94 55 58 0 2B 2A 97 4E 21
Octal 22 224 125 130 0 53 52 227 116 41
Binary 10010 10010100 1010101 1011000 0 101011 101010 10010111 1001110 100001

Color Harmonies of #129455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129455

Black with #129455

Text Example


Text Example

White with #129455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129455; }

 p { color: rgb(18,148,85); }

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

background-color css

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

 a { background-color: rgb(18,148,85); }

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

border-color css

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

 span { border-color: rgb(18,148,85); }

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