Html Css Color HEX #129254 Salem

📋 copy color: '#129254'

red 18 ◦ green 146 ◦ blue 84

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

Shades of Salem #129254

Tints of Salem #129254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.87%

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 7.26%
G = 58.87%
B = 33.87%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#129254 (or 0x129254) is known color: Salem. HEX triplet: 12, 92 and 54. RGB value is (18,146,84). Sum of RGB (Red+Green+Blue) = 18+146+84=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #129254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129254 is #ED6DAB. Grayscale: #646464. Windows color (decimal): -15560108 or 5542418. OLE color: 5542418.

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

Color convert

RGB 18 146 84 -
CMYK 0.88 0 0.42 0.43
HSL 150.94º 0.78% 0.32% -
HSV(B) 150.94º 0.88% 0.57% -
XYZ 12.13 21.33 11.86 -
YUV 100.66 118.59 69.04 -
System Red Green Blue C M Y K H S L
Decimal 18 146 84 0.88 0 0.42 0.43 150.94 0.78 0.32
Hex 12 92 54 58 0 2A 2B 97 4E 20
Octal 22 222 124 130 0 52 53 227 116 40
Binary 10010 10010010 1010100 1011000 0 101010 101011 10010111 1001110 100000

Color Harmonies of #129254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129254

Black with #129254

Text Example


Text Example

White with #129254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129254; }

 p { color: rgb(18,146,84); }

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

background-color css

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

 a { background-color: rgb(18,146,84); }

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

border-color css

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

 span { border-color: rgb(18,146,84); }

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