Html Css Color HEX #0C8953 Salem

📋 copy color: '#0C8953'

red 12 ◦ green 137 ◦ blue 83

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

Shades of Salem #0C8953

Tints of Salem #0C8953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.05%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 5.17%
G = 59.05%
B = 35.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#0C8953 (or 0x0C8953) is known color: Salem. HEX triplet: 0C, 89 and 53. RGB value is (12,137,83). Sum of RGB (Red+Green+Blue) = 12+137+83=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8953 is #F376AC. Grayscale: #5D5D5D. Windows color (decimal): -15955629 or 5474572. OLE color: 5474572.

HSL color Cylindrical-coordinate representation of color #0C8953: hue angle of 154.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8953 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 137 83 -
CMYK 0.91 0 0.39 0.46
HSL 154.08º 0.84% 0.29% -
HSV(B) 154.08º 0.91% 0.54% -
XYZ 10.66 18.59 11.21 -
YUV 93.47 122.09 69.89 -
System Red Green Blue C M Y K H S L
Decimal 12 137 83 0.91 0 0.39 0.46 154.08 0.84 0.29
Hex C 89 53 5B 0 27 2E 9A 54 1D
Octal 14 211 123 133 0 47 56 232 124 35
Binary 1100 10001001 1010011 1011011 0 100111 101110 10011010 1010100 11101

Color Harmonies of #0C8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8953

Black with #0C8953

Text Example


Text Example

White with #0C8953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,137,83); }

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

background-color css

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

 a { background-color: rgb(12,137,83); }

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

border-color css

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

 span { border-color: rgb(12,137,83); }

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