Html Css Color HEX #128250 Salem

📋 copy color: '#128250'

red 18 ◦ green 130 ◦ blue 80

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

Shades of Salem #128250

Tints of Salem #128250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.02%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 7.89%
G = 57.02%
B = 35.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#128250 (or 0x128250) is known color: Salem. HEX triplet: 12, 82 and 50. RGB value is (18,130,80). Sum of RGB (Red+Green+Blue) = 18+130+80=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #128250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128250 is #ED7DAF. Grayscale: #5A5A5A. Windows color (decimal): -15564208 or 5276178. OLE color: 5276178.

HSL color Cylindrical-coordinate representation of color #128250: hue angle of 153.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128250 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 80 -
CMYK 0.86 0 0.38 0.49
HSL 153.21º 0.76% 0.29% -
HSV(B) 153.21º 0.86% 0.51% -
XYZ 9.68 16.67 10.3 -
YUV 90.81 121.89 76.07 -
System Red Green Blue C M Y K H S L
Decimal 18 130 80 0.86 0 0.38 0.49 153.21 0.76 0.29
Hex 12 82 50 56 0 26 31 99 4C 1D
Octal 22 202 120 126 0 46 61 231 114 35
Binary 10010 10000010 1010000 1010110 0 100110 110001 10011001 1001100 11101

Color Harmonies of #128250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128250

Black with #128250

Text Example


Text Example

White with #128250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128250; }

 p { color: rgb(18,130,80); }

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

background-color css

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

 a { background-color: rgb(18,130,80); }

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

border-color css

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

 span { border-color: rgb(18,130,80); }

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