Html Css Color HEX #0C8250 Salem

📋 copy color: '#0C8250'

red 12 ◦ green 130 ◦ blue 80

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

Shades of Salem #0C8250

Tints of Salem #0C8250

RGB

 RED value IS 12 (5.08% from 255) = 5.41%

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

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

R = 5.41%
G = 58.56%
B = 36.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#0C8250 (or 0x0C8250) is known color: Salem. HEX triplet: 0C, 82 and 50. RGB value is (12,130,80). Sum of RGB (Red+Green+Blue) = 12+130+80=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8250 is #F37DAF. Grayscale: #595959. Windows color (decimal): -15957424 or 5276172. OLE color: 5276172.

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

Color convert

RGB 12 130 80 -
CMYK 0.91 0 0.38 0.49
HSL 154.58º 0.83% 0.28% -
HSV(B) 154.58º 0.91% 0.51% -
XYZ 9.58 16.62 10.29 -
YUV 89.02 122.91 73.07 -
System Red Green Blue C M Y K H S L
Decimal 12 130 80 0.91 0 0.38 0.49 154.58 0.83 0.28
Hex C 82 50 5B 0 26 31 9B 53 1C
Octal 14 202 120 133 0 46 61 233 123 34
Binary 1100 10000010 1010000 1011011 0 100110 110001 10011011 1010011 11100

Color Harmonies of #0C8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8250

Black with #0C8250

Text Example


Text Example

White with #0C8250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C8250; }

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

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

background-color css

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

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

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

border-color css

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

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

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